Firefox extension to save and load desmos graphs as JSON files https://alexanderbass.com/show/2022/desmos-save-load/
Go to file
Alexander Bass 0044ee427b Ensure only json files are used when loading.
Graph title is used for file name
2022-09-06 17:43:24 -04:00
content_scripts Ensure only json files are used when loading. 2022-09-06 17:43:24 -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 Ensure only json files are used when loading. 2022-09-06 17:43:24 -04:00
LICENSE Initial commit 2022-09-04 23:40:14 -04:00
manifest.json Ensure only json files are used when loading. 2022-09-06 17:43:24 -04:00
README.md update readme to add contact info 2022-09-05 00:08:28 -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.

Contributions and bug reports are welcome. This gitea page does not allow any user signups so please email me any contributions/issues. My email adress can be found at my website