Dnote
Capture your microlessons without leaving the browser.
Dnoteคืออะไร?
Dnote เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://dnote.io และคุณลักษณะหลักของมันคือ "Capture your microlessons without leaving the browser."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dnote
ดาวน์โหลดไฟล์ส่วนขยาย Dnote ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A simple personal knowledge base. Instantly capture new information within your browser without switching contexts.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | mcfbfmihbijfaambfbbfcdcfibcjcahi |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/dnote/mcfbfmihbijfaambfbbfcdcfibcjcahi |
คำอธิบาย | Capture your microlessons without leaving the browser. |
ขนาดไฟล์ | 112 KB |
จำนวนการติดตั้ง | 77 |
เวอร์ชันปัจจุบัน | 2.0.0 |
อัปเดตครั้งล่าสุด | 2019-10-28 |
วันที่เผยแพร่ | 2019-10-28 |
คะแนน | 3.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | http://dnote.io |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dnote", "version": "2.0.0", "description": "Capture your microlessons without leaving the browser.", "icons": { "16": "images\/iconx16.png", "48": "images\/iconx48.png", "128": "images\/iconx128.png" }, "manifest_version": 2, "browser_action": { "default_icon": { "16": "images\/iconx16.png", "32": "images\/iconx32.png" }, "default_popup": "popup.html" }, "background": { "scripts": [] }, "content_scripts": [], "permissions": [ "storage" ], "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+D", "mac": "MacCtrl+D" } } } } |