Open Study Notebook
Load and store notes (e.g. formula, theorems) on Open Study
Apa itu Open Study Notebook?
Open Study Notebook adalah ekstensi Chrome yang dikembangkan oleh petersen.ok, dan fitur utamanya adalah "Load and store notes (e.g. formula, theorems) on Open Study".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Open Study Notebook
Unduh file ekstensi Open Study Notebook dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | nmdboeolmlhaaepahmeklccofcbbmpdc |
URL Resmi | https://chrome.google.com/webstore/detail/open-study-notebook/nmdboeolmlhaaepahmeklccofcbbmpdc |
Deskripsi | Load and store notes (e.g. formula, theorems) on Open Study |
Ukuran File | 45.97 KB |
Jumlah Instalasi | 431 |
Versi Saat Ini | 1.4 |
Terakhir Diperbarui | 2015-04-05 |
Tanggal Publikasi | 2015-04-05 |
Penilaian | 4.82/5 Total 11 Penilaian |
Pengembang | petersen.ok |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |