You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 years ago | |
---|---|---|
contributed | 5 years ago | |
phoebus | 5 years ago | |
src | 5 years ago | |
.gitignore | 6 years ago | |
License | 10 years ago | |
Readme.md | 5 years ago | |
locales.sh | 10 years ago | |
package.sh | 10 years ago |
Readme.md
NOTE: I do not have the time to maintain this extension any longer. If anyone wants to take over, fork away!
Tabgroups add-on
This is the repository for the Tabgroups add-on source code for Pale Moon, based on Tim Taubert's work as part of the proposal to remove Tab groups from Firefox and moving the removed code to an extension.
Homepage for the extension: https://addons.palemoon.org/addon/tabgroups/
Code is licensed under the MPL 2.0, and taken from the Mozilla/Firefox source tree with miscellaneous fixups to make it work in Pale Moon and to provide some compatibility with other tab extensions.
References
Relevant BMO bug: https://bugzilla.mozilla.org/show_bug.cgi?id=836758
Release notes
0.4
- Fix the extension up for use with Pale Moon 28.* / UXP (Thank you, Ketmar and WouterK, for your contributions!)
0.3
- Fix skin to show missing icons on Mac/Linux
- Rewrite deprecated JS for-each-in loops to ES6
0.2.3
- Add missing defines to fix tab preview display in some cases.
0.2.2
- Update appVersion
0.2.1
- Target Pale Moon's GUID
0.2
- Miscellaneous compatibility fixes
0.1
- Initial release