Open Study Notebook

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

O que é Open Study Notebook?

Open Study Notebook é uma extensão do Chrome desenvolvida por petersen.ok, e sua principal característica é "Load and store notes (e.g. formula, theorems) on Open Study".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Open Study Notebook

Baixe arquivos de extensão Open Study Notebook no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Open Study Notebook Open Study Notebook
ID nmdboeolmlhaaepahmeklccofcbbmpdc
URL Oficial https://chrome.google.com/webstore/detail/open-study-notebook/nmdboeolmlhaaepahmeklccofcbbmpdc
Descrição Load and store notes (e.g. formula, theorems) on Open Study
Tamanho do Arquivo 45.97 KB
Contagem de Instalações 431
Versão Atual 1.4
Última Atualização 2015-04-05
Data de Publicação 2015-04-05
Classificação 4.82/5 Total de 11 Avaliações
Desenvolvedor petersen.ok
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}