Open Study Notebook

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

Co to jest Open Study Notebook?

Open Study Notebook to rozszerzenie Chrome opracowane przez petersen.ok, a jego główną funkcją jest „Load and store notes (e.g. formula, theorems) on Open Study”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Open Study Notebook

Pobierz pliki rozszerzeń Open Study Notebook w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Open Study Notebook Open Study Notebook
ID nmdboeolmlhaaepahmeklccofcbbmpdc
Oficjalny URL https://chrome.google.com/webstore/detail/open-study-notebook/nmdboeolmlhaaepahmeklccofcbbmpdc
Opis Load and store notes (e.g. formula, theorems) on Open Study
Rozmiar pliku 45.97 KB
Liczba instalacji 431
Aktualna Wersja 1.4
Ostatnia Aktualizacja 2015-04-05
Data Publikacji 2015-04-05
Ocena 4.82/5 Łącznie 11 Oceny
Deweloper petersen.ok
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}