Jot
This extension replaces the new tab page for note taking.
Jotคืออะไร?
Jot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Matt O'Hagan และคุณลักษณะหลักของมันคือ "This extension replaces the new tab page for note taking."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Jot
ดาวน์โหลดไฟล์ส่วนขยาย Jot ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Quick note taking extension to replace the new tab page. To add more pictures for the next version, send a pull request to github.com/mattohagan/jot.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Jot |
ID | mnemjleajnmodijhnibpekloajfdjjja |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/jot/mnemjleajnmodijhnibpekloajfdjjja |
คำอธิบาย | This extension replaces the new tab page for note taking. |
ขนาดไฟล์ | 22.54 MB |
จำนวนการติดตั้ง | 8,471 |
เวอร์ชันปัจจุบัน | 0.2 |
อัปเดตครั้งล่าสุด | 2014-10-04 |
วันที่เผยแพร่ | 2014-10-03 |
คะแนน | 3.73/5 รวมทั้งหมด 136 คะแนน |
ผู้พัฒนา | Matt O'Hagan |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://mattohagan.github.io |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Jot", "description": "This extension replaces the new tab page for note taking.", "version": "0.2", "chrome_url_overrides": { "newtab": "jot.html" }, "icons": { "128": "icon128.png" } } |