Secret Notes
Keep notes and hide them by closing the chrome extension. Good for using when you need to access notes quickly
Secret Notesคืออะไร?
Secret Notes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nicholas Z. และคุณลักษณะหลักของมันคือ "Keep notes and hide them by closing the chrome extension. Good for using when you need to access notes quickly"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Secret Notes
ดาวน์โหลดไฟล์ส่วนขยาย Secret Notes ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Secret Notes |
ID | hedimpoelhfnnnkhnbbdpaahkjenfppn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/secret-notes/hedimpoelhfnnnkhnbbdpaahkjenfppn |
คำอธิบาย | Keep notes and hide them by closing the chrome extension. Good for using when you need to access notes quickly |
ขนาดไฟล์ | 39.12 KB |
จำนวนการติดตั้ง | 173 |
เวอร์ชันปัจจุบัน | 2.0 |
อัปเดตครั้งล่าสุด | 2018-01-18 |
วันที่เผยแพร่ | 2018-01-17 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Nicholas Z. |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Secret Notes", "short_name": "SecretNotes", "description": "Keep notes and hide them by closing the chrome extension. Good for using when you need to access notes quickly", "version": "2.0", "icons": { "128": "icon\/128.png", "48": "icon\/48.png" }, "browser_action": { "default_icon": "icon\/48.png", "default_popup": "popup.html" } } |