Quick Notes
Make and access notes quickly, at the launch of a new tab.
Quick Notesคืออะไร?
Quick Notes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sagar0907 และคุณลักษณะหลักของมันคือ "Make and access notes quickly, at the launch of a new tab."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Quick Notes
ดาวน์โหลดไฟล์ส่วนขยาย Quick Notes ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Quick Notes lets you make notes on the fly which are accessible at the launch a new tab. It helps you organise your notes and colour code them as you please. It lets you add rich formatted text, images and links. Also drag and drop pretty much any thing you find interesting while you browse the internet. You can contribute at https://github.com/sagar0907/quickNotes. Feature requests are welcome.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Quick Notes |
ID | igjmkejolekkpjnaeknjgaghhlhhekle |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/quick-notes/igjmkejolekkpjnaeknjgaghhlhhekle |
คำอธิบาย | Make and access notes quickly, at the launch of a new tab. |
ขนาดไฟล์ | 1.03 MB |
จำนวนการติดตั้ง | 1,883 |
เวอร์ชันปัจจุบัน | 0.0.1.5 |
อัปเดตครั้งล่าสุด | 2019-03-08 |
วันที่เผยแพร่ | 2019-03-08 |
คะแนน | 4.00/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | sagar0907 |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Quick Notes", "short_name": "Quick Notes", "description": "Make and access notes quickly, at the launch of a new tab.", "version": "0.0.1.5", "browser_action": { "default_icon": "images\/Quick_Note_Icon_48.png", "default_title": "Quick Notes" }, "icons": { "16": "images\/Quick_Note_Icon_16.png", "48": "images\/Quick_Note_Icon_48.png", "128": "images\/Quick_Note_Icon_128.png" }, "chrome_url_overrides": { "newtab": "html\/newtab.html" }, "permissions": [ "tabs", "activeTab", "background", "contextMenus", "storage", "clipboardRead", "clipboardWrite" ], "background": { "page": "html\/background.html", "persistent": true } } |