Pop-up Notes
Simple and easy quick notes.
Pop-up Notesคืออะไร?
Pop-up Notes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Leon Tuček และคุณลักษณะหลักของมันคือ "Simple and easy quick notes."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pop-up Notes
ดาวน์โหลดไฟล์ส่วนขยาย Pop-up Notes ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Simple and easy quick notes. Write and read your notes in your browser with Pop-up Notes Extension. Customize font, font color, background color, lines color.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | akdcjhfcjkncbgibooldjcfinlepdbgf |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/pop-up-notes/akdcjhfcjkncbgibooldjcfinlepdbgf |
คำอธิบาย | Simple and easy quick notes. |
ขนาดไฟล์ | 25.56 KB |
จำนวนการติดตั้ง | 214 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2015-04-01 |
วันที่เผยแพร่ | 2015-04-01 |
คะแนน | 4.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Leon Tuček |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pop-up Notes", "options_page": "options.html", "description": "Simple and easy quick notes.", "icons": { "128": "images\/notes-128x128.png", "16": "images\/notes-16x16.png", "48": "images\/notes-48x48.png" }, "version": "1.0", "permissions": [ "storage" ], "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |