Firefox extension to save and load desmos graphs as JSON files https://alexanderbass.com/show/2022/desmos-save-load/
Go to file
2022-09-04 23:59:40 -04:00
content_scripts add extension 2022-09-04 23:55:34 -04:00
icons add extension 2022-09-04 23:55:34 -04:00
inject_scripts add extension 2022-09-04 23:55:34 -04:00
popup add extension 2022-09-04 23:55:34 -04:00
LICENSE Initial commit 2022-09-04 23:40:14 -04:00
manifest.json add extension 2022-09-04 23:55:34 -04:00
README.md add readme text 2022-09-04 23:59:40 -04:00
screenshot.png add readme text 2022-09-04 23:59:40 -04:00

DSMsaveload

I enjoy using the Desmos.com graphing calculator, but it lacks the ability to save and load graphs locally. Desmos allows graphs to be saved to an account, but does not provide any way to export or import graphs as a file. For this reason, I have made the Desmos Save/Load browser extension.

The extension is very simple. It adds two things; a Save JSON button and a Load JSON button. Clicking the Save JSON button puts your current graph in a file which you will be prompted to save. Clicking the Load JSON button prompts you to select a valid JSON graph file. Once the file is selected, it is loaded into the current graph.

Screenshot

Currently, the extension is only available through my git repo, but I plan to get it on the Firefox and Chrome extension stores.