Open Study Notebook
Load and store notes (e.g. formula, theorems) on Open Study
Что такое Open Study Notebook?
Open Study Notebook - это расширение Chrome, разработанное petersen.ok, и его основная функция - "Load and store notes (e.g. formula, theorems) on Open Study".
Снимки экрана расширения
Скачать файл CRX расширения Open Study Notebook
Скачайте файлы расширений 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" ] } ] } |