Replies: 1 comment
-
At the end of the day, the group tab page is just HTML and applying some TST CSS is fairly simple. In TST, you basically make any changes to that page by starting with From the wiki:
Example, I like to have a yellow box around items I hover over for more clarity:
Or add a red background to the close button when hovering over it:
As for the addon enhancements to that page ... I think you might do something similar. I don't think that trying to write an addon integrated with TST brings much value, but looking for "group-page.html" URLs and then embedding functionality into the HTML might work. Think about parsing (regex?) the URL and maybe looking for "/resources/group-tab.html" out of "moz-extension://fc4f9767-7140-437e-821d-392caf47413e/resources/group-tab.html?title=Main#". Then on those pages, inserting/modifying what you want to add to those pages. As for the specific items you mentioned:
|
Beta Was this translation helpful? Give feedback.
-
Currently, there are guides for developing add-ons that will enhance features for the sidebar. There are also guides for manipulating the style of the sidebar.
However, I would also like to customise the group tab page. When I collect multiple tabs in a group, I can see which tabs are in this group, I can configure a few settings and I can rename the group. I can also click on the tabs to open the page and I can close them from this view.
I would like to be able to customise this view. Not only would I like to style the page but also add some components, like adding notes for the group itself or for the tabs. Renaming the tabs would also be useful. It would also be useful to be able to drag the tabs within this page and create more groups.
I realize that some of it could be done with css, and that the rest would require add-on extensions. If somebody could point me in the right direction, it would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions