Open Study Notebook
Load and store notes (e.g. formula, theorems) on Open Study
Cos'è Open Study Notebook?
Open Study Notebook è un'estensione di Chrome sviluppata da petersen.ok, e la sua funzione principale è "Load and store notes (e.g. formula, theorems) on Open Study".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Open Study Notebook
Scarica i file di estensione Open Study Notebook in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | nmdboeolmlhaaepahmeklccofcbbmpdc |
URL Ufficiale | https://chrome.google.com/webstore/detail/open-study-notebook/nmdboeolmlhaaepahmeklccofcbbmpdc |
Descrizione | Load and store notes (e.g. formula, theorems) on Open Study |
Dimensione del File | 45.97 KB |
Conteggio Installazioni | 431 |
Versione Corrente | 1.4 |
Ultimo Aggiornamento | 2015-04-05 |
Data di Pubblicazione | 2015-04-05 |
Valutazione | 4.82/5 Totale 11 Valutazioni |
Sviluppatore | petersen.ok |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |