this post was submitted on 27 Aug 2023
20 points (100.0% liked)

Firefox

20606 readers
44 users here now

/c/firefox

A place to discuss the news and latest developments on the open-source browser Firefox.


Rules

1. Adhere to the instance rules

2. Be kind to one another

3. Communicate in a civil manner


Reporting

If you would like to bring an issue to the moderators attention, please use the "Create Report" feature on the offending comment or post and it will be reviewed as time allows.


founded 5 years ago
MODERATORS
 

Recently I discovered this chrome extension called manganum that adds a sidebar with a bunch of useful features like chatgpt, google calendar and todoist. Sadly there is no firefox version. Is there something similar but for firefox?

you are viewing a single comment's thread
view the rest of the comments
[–] igorlogius@lemmy.world 2 points 2 years ago* (last edited 2 years ago)

output from https://www.extensiontest.com/ doenst look like this specific addon could easily be ported or reproduced, mostly because the tabGroups API (ref. https://developer.chrome.com/docs/extensions/reference/tabGroups/) AFAIK is not available

ref.

... on the other hand i am not sure how required this "feature" would be just for the sidebar functions. i guess one could strip it out and check if the addon would still work "good enough".

edit: i briefly tried and failed, also because the addon is pretty obfuscated. So yeah the only ones who will be able to make it work is the addon developers i guess.