Kwik Note
Need a easy way to make notes? Kwik Note is a text box that follows you about the web, so you can make notes as you go!
Kwik Noteคืออะไร?
Kwik Note เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Xanco และคุณลักษณะหลักของมันคือ "Need a easy way to make notes? Kwik Note is a text box that follows you about the web, so you can make notes as you go!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Kwik Note
ดาวน์โหลดไฟล์ส่วนขยาย Kwik Note ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Need a convenient way to make notes whilst surfing the net? Then Kwik Note is the answer to your prayers! Kwik Note is a way of making quick notes while browsing the internet. Kwik Note will save your notes, so next time you launch Chrome, your notes will be there, ready and waiting! You can quickly bring Kwik Note up by either right clicking and choosing "Kwik Window" or by clicking on the Kwik Note icon on the menu bar. You can move the Kwik window around with ease, simply drag it with your mouse. More updates coming soon! A big thank-you to icons8.com, for the icon.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Kwik Note |
ID | gcnajomnpnepkhkgedflcnidlnnfbill |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/kwik-note/gcnajomnpnepkhkgedflcnidlnnfbill |
คำอธิบาย | Need a easy way to make notes? Kwik Note is a text box that follows you about the web, so you can make notes as you go! |
ขนาดไฟล์ | 248 KB |
จำนวนการติดตั้ง | 339 |
เวอร์ชันปัจจุบัน | 1.0.2.2 |
อัปเดตครั้งล่าสุด | 2014-06-04 |
วันที่เผยแพร่ | 2014-06-04 |
คะแนน | 4.17/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | Xanco |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://docs.google.com/forms/d/16M8LVnKATPG4HEgG5ibFDb7Ikve5A5p0kei1ZVGdS3Q/viewform |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Kwik Note", "description": "Need a easy way to make notes? Kwik Note is a text box that follows you about the web, so you can make notes as you go!", "version": "1.0.2.2", "permissions": [ "contextMenus", "storage", "tabs" ], "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_popup": "popup.html" }, "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ " |