Open Study Notebook
Load and store notes (e.g. formula, theorems) on Open Study
Vad är Open Study Notebook?
Open Study Notebook är en Chrome-tillägg utvecklad av petersen.ok, och dess huvudfunktion är "Load and store notes (e.g. formula, theorems) on Open Study".
Tilläggsskärmbilder
Ladda ner Open Study Notebook-förlängningens CRX-fil
Ladda ner Open Study Notebook-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | nmdboeolmlhaaepahmeklccofcbbmpdc |
Officiell webbadress | https://chrome.google.com/webstore/detail/open-study-notebook/nmdboeolmlhaaepahmeklccofcbbmpdc |
Beskrivning | Load and store notes (e.g. formula, theorems) on Open Study |
Filstorlek | 45.97 KB |
Antal Installationer | 431 |
Aktuell Version | 1.4 |
Senast Uppdaterad | 2015-04-05 |
Publiceringsdatum | 2015-04-05 |
Betyg | 4.82/5 Totalt 11 Betyg |
Utvecklare | petersen.ok |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |