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" ] } ] } |