reMarkable for Firefox (Download)
This repo converts the offical reMarkable Chrome Extension into a Firefox AddOn published here under the name "Unofficial reMarkable".
The process happens in 3 steps:
python ./download_chrome.pyThis step downloads the current version of the Chrome Extension.
python ./chrome_to_firefox.pyThis step contains the main logic for converting the Chrome Extension to the Firefox AddOn.
- Change the format of options in the manifest.json to the format required by Firefox.
- Map the
chromevariable to thebrowservariable in Firefox.
python ./publish_firefox.pyThis step checks wether the current version of the AddOn has already published to Mozilla. If not it uploads the new version.