You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, i am trying to port this extension to firefox for personal pleasure, i ve replaced all chrome. to .browser since the firefox api supports it but i am out of lack:/ can you give me some advise for the next steps?
Thank you very much and have a nice day!
The text was updated successfully, but these errors were encountered:
full page screen capture miss "<all_urls>" permission to capture tab content in Firefox. Also it uses WebKit/Blink specific filesystem API, so the code also should be rewritten.
By the way you don't want to replace chrome with browser since browser uses futures instead of callbacks in Chrome, and Firefox tries to mimic.
I wouldn't port this code to Firefox. FF is way more permissive than Chrome. Also, this repo doesn't contain any other features of the GoFullPage extension. So the functionality of this repo is basically one line in Firefox browser.tabs.captureTab(), which I use in FullCap.
Hello, i am trying to port this extension to firefox for personal pleasure, i ve replaced all chrome. to .browser since the firefox api supports it but i am out of lack:/ can you give me some advise for the next steps?
Thank you very much and have a nice day!
The text was updated successfully, but these errors were encountered: