Open Study Notebook
Load and store notes (e.g. formula, theorems) on Open Study
Open Study Notebook क्या है?
Open Study Notebook petersen.ok द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Load and store notes (e.g. formula, theorems) on Open Study"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Open Study Notebook एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } ] } |