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 ./chrome_download.py
This step downloads the current version of the Chrome Extension.
python ./chrome_to_firefox.py
This 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
chrome
variable to thebrowser
variable in Firefox.
python ./publish_firefox.py
This step checks wether the current version of the AddOn has already published to Mozilla. If not it uploads the new version.