Open Study Notebook

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

Open Study Notebook là gì?

Open Study Notebook là một tiện ích mở rộng Chrome được phát triển bởi petersen.ok, và tính năng chính của nó là "Load and store notes (e.g. formula, theorems) on Open Study".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Open Study Notebook

Tải xuống các tệp mở rộng Open Study Notebook dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Open Study Notebook Open Study Notebook
ID nmdboeolmlhaaepahmeklccofcbbmpdc
URL Chính Thức https://chrome.google.com/webstore/detail/open-study-notebook/nmdboeolmlhaaepahmeklccofcbbmpdc
Mô tả Load and store notes (e.g. formula, theorems) on Open Study
Kích Thước Tệp 45.97 KB
Số Lần Cài Đặt 431
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2015-04-05
Ngày Phát Hành 2015-04-05
Đánh Giá 4.82/5 Tổng số 11 Đánh Giá
Nhà Phát Triển petersen.ok
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}