Take note
Quickly take note and record voice note
Take noteคืออะไร?
Take note เป็นส่วนขยายของ Chrome ที่พัฒนาโดย leetrunghoo และคุณลักษณะหลักของมันคือ "Quickly take note and record voice note"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Take note
ดาวน์โหลดไฟล์ส่วนขยาย Take note ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension helps to quickly take note or record your voice as a note. You can open it by keyboard shortcuts Alt+W. Note: to use record function, you need to open the options page of the extension and check "Use recording feature", then allow your browser to use microphone. If you have any comments, please contact me by email [email protected] Thanks for your time :) Change log: 1.2: fix bug can't record. 1.1: enhance code 1.0: first release! Ready for test :D
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Take note |
ID | olehhaaggejlnmnbgkjcaphdikbfnlbl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/take-note/olehhaaggejlnmnbgkjcaphdikbfnlbl |
คำอธิบาย | Quickly take note and record voice note |
ขนาดไฟล์ | 370 KB |
จำนวนการติดตั้ง | 576 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2015-08-24 |
วันที่เผยแพร่ | 2015-08-24 |
คะแนน | 4.31/5 รวมทั้งหมด 13 คะแนน |
ผู้พัฒนา | leetrunghoo |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Take note", "description": "Quickly take note and record voice note", "version": "1.2", "manifest_version": 2, "icons": { "16": "img\/icon128.png", "32": "img\/icon128.png", "48": "img\/icon128.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": "img\/icon128.png", "default_popup": "popup.html" }, "options_page": "options.html", "permissions": [ "storage" ], "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+W" } } } } |