Open Study Notebook

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

Qu'est-ce que Open Study Notebook ?

Open Study Notebook est une extension Chrome développée par petersen.ok, et sa fonction principale est "Load and store notes (e.g. formula, theorems) on Open Study".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Open Study Notebook

Téléchargez les fichiers d'extension Open Study Notebook au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Open Study Notebook Open Study Notebook
ID nmdboeolmlhaaepahmeklccofcbbmpdc
URL Officiel https://chrome.google.com/webstore/detail/open-study-notebook/nmdboeolmlhaaepahmeklccofcbbmpdc
Description Load and store notes (e.g. formula, theorems) on Open Study
Taille du Fichier 45.97 KB
Nombre d'Installations 431
Version Actuelle 1.4
Dernière Mise à Jour 2015-04-05
Date de Publication 2015-04-05
Évaluation 4.82/5 Total 11 Évaluations
Développeur petersen.ok
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}