Open Study Notebook
Load and store notes (e.g. formula, theorems) on Open Study
What is Open Study Notebook?
Open Study Notebook is a Chrome extension developed by petersen.ok, and its main feature is "Load and store notes (e.g. formula, theorems) on Open Study".
Extension Screenshots
Download Open Study Notebook Extension CRX File
Download Open Study Notebook extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Store all the formulas, theorems, and other notes that you commonly find yourself typing out in your OpenStudy Notebook. This extension will allow you to quickly retrieve them. It is no longer necessary to type out long latex equations by hand.
Extension Basic Information
Name | |
ID | nmdboeolmlhaaepahmeklccofcbbmpdc |
Official URL | https://chrome.google.com/webstore/detail/open-study-notebook/nmdboeolmlhaaepahmeklccofcbbmpdc |
Description | Load and store notes (e.g. formula, theorems) on Open Study |
File Size | 45.97 KB |
Installation Count | 431 |
Current Version | 1.4 |
Last Updated | 2015-04-05 |
Publish Date | 2015-04-05 |
Rating | 4.82/5 Total 11 Ratings |
Developer | petersen.ok |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Open Study Notebook", "description": "Load and store notes (e.g. formula, theorems) on Open Study", "version": "1.4", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/openstudy.com\/*" ], "css": [ "openstudy_extended.css", "notebook.css" ], "js": [ "jquery.js", "notebook.js", "interface.js", "inject.js" ] } ] } |