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
官方網址 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"
            ]
        }
    ]
}