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”。
扩展截图
下载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.
扩展基本信息
名称 | |
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" ] } ] } |