Open Study Notebook

Load and store notes (e.g. formula, theorems) on Open Study

Was ist Open Study Notebook?

Open Study Notebook ist eine Chrome-Erweiterung, die von petersen.ok entwickelt wurde, und ihr Hauptmerkmal ist "Load and store notes (e.g. formula, theorems) on Open Study".

Erweiterungsscreenshots

screenshot

Open Study Notebook-Erweiterungs-CRX-Datei herunterladen

Laden Sie Open Study Notebook-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Open Study Notebook Open Study Notebook
ID nmdboeolmlhaaepahmeklccofcbbmpdc
Offizielle URL https://chrome.google.com/webstore/detail/open-study-notebook/nmdboeolmlhaaepahmeklccofcbbmpdc
Beschreibung Load and store notes (e.g. formula, theorems) on Open Study
Dateigröße 45.97 KB
Installationsanzahl 431
Aktuelle Version 1.4
Letztes Update 2015-04-05
Veröffentlichungsdatum 2015-04-05
Bewertung 4.82/5 Insgesamt 11 Bewertungen
Entwickler petersen.ok
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}