TabsAsideExtension
TabsAsideExtension copied to clipboard
Legacy Microsoft Edge "Tabs aside" feature extension for web browsers
Related to: #108 ## PR Checklist - [ ] Change extension version in the manifest
### 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...
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 -...
Add migration logic that recovers saved data previously saved with v1 and v2 extensions and converts it into new data formats
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...
Add localizations: - [ ] English - [ ] Russian - [ ] Ukrainian - [ ] Chinese (Simplified) - [ ] Polish - [ ] Brazilian Portuguese - [...
Write WebExtension manifests (MV3 for Chromium and MV2 for Firefox)
- [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...