Popup Notes
Take quick notes while you surf. What could be more simple?
Popup Notesคืออะไร?
Popup Notes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gourav.io และคุณลักษณะหลักของมันคือ "Take quick notes while you surf. What could be more simple?"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Popup Notes
ดาวน์โหลดไฟล์ส่วนขยาย Popup Notes ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Take notes without leaving current tab! Easiest way to note down copied text, phone numbers, links, to-do items etc while browsing on Google Chrome. Features : -- Lightweight, easy to use & secure. -- Copy selected text to Popup Notes directly from right-click. -- Auto-save notes upon closing. -- Auto-focus on notes. -- Use TAB key to indent your text. -- Ad-free.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Popup Notes |
ID | pakngoacmndjaomplokegbepmohpfofb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/popup-notes/pakngoacmndjaomplokegbepmohpfofb |
คำอธิบาย | Take quick notes while you surf. What could be more simple? |
ขนาดไฟล์ | 38.95 KB |
จำนวนการติดตั้ง | 1,191 |
เวอร์ชันปัจจุบัน | 2.0 |
อัปเดตครั้งล่าสุด | 2020-10-02 |
วันที่เผยแพร่ | 2017-11-30 |
คะแนน | 3.00/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | https://gourav.io |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/eventPage.js" ], "persistent": false }, "manifest_version": 2, "name": "Popup Notes", "description": "Take quick notes while you surf. What could be more simple?", "version": "2.0", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "48": "images\/icon48.png" }, "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_popup": "popup.html", "default_title": "Popup Notes!" }, "offline_enabled": true, "short_name": "Popup Notes", "permissions": [ "storage", "contextMenus" ] } |