Open Study Notebook

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

Open Study Notebookとは何ですか?

Open Study Notebookはpetersen.okによって開発されたChromeの拡張機能で、その主な機能は「Load and store notes (e.g. formula, theorems) on Open Study」です。

拡張機能のスクリーンショット

screenshot

Open Study Notebook拡張機能のCRXファイルをダウンロード

Open Study Notebook拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Open Study Notebook Open Study Notebook
ID nmdboeolmlhaaepahmeklccofcbbmpdc
公式URL https://chrome.google.com/webstore/detail/open-study-notebook/nmdboeolmlhaaepahmeklccofcbbmpdc
説明 Load and store notes (e.g. formula, theorems) on Open Study
ファイルサイズ 45.97 KB
インストール数 431
現在のバージョン 1.4
最終更新日 2015-04-05
公開日 2015-04-05
評価 4.82/5 合計 11 レビュー
開発者 petersen.ok
支払い方法 free
対応言語 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"
            ]
        }
    ]
}