TabsAsideExtension icon indicating copy to clipboard operation
TabsAsideExtension copied to clipboard

Legacy Microsoft Edge "Tabs aside" feature extension for web browsers

Results 37 TabsAsideExtension issues
Sort by recently updated
recently updated
newest added

Create and setup extension's settings page

major-3.0
user-interface

Related to: #108 ## PR Checklist - [ ] Change extension version in the manifest

enhancement
blocked

### Description I was testing out this extension because was looking for something to group tabs by (though I think it's intention/applicability on Firefox is a bit different, so probably...

bug
help wanted
need more info

Add background script that does the following: - Applies migrations on update - Captures tab thumbnails - Updates context menu visibility - Triggers action according to extension behavior settings -...

major-3.0
background-script

Add migration logic that recovers saved data previously saved with v1 and v2 extensions and converts it into new data formats

major-3.0

Implement storage logic and interactions for collections This logic should convert JSON data of saved collections into simplified data structure, compress it with LZUTF-8 and split into separate chunks for...

major-3.0

Implement storage logic for extension's settings

major-3.0

Add localizations: - [ ] English - [ ] Russian - [ ] Ukrainian - [ ] Chinese (Simplified) - [ ] Polish - [ ] Brazilian Portuguese - [...

localization
major-3.0

Write WebExtension manifests (MV3 for Chromium and MV2 for Firefox)

major-3.0
manifest

- [x] Create React project with TypeScript template - [x] Setup craco - [x] Add FluentUI v9 libs - [x] Make base structure of the project - [x] Add Firefox...

major-3.0