WebNotes
This app is used for saving notes for each websites
WebNotesคืออะไร?
WebNotes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dev App Zone และคุณลักษณะหลักของมันคือ "This app is used for saving notes for each websites"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WebNotes
ดาวน์โหลดไฟล์ส่วนขยาย WebNotes ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Webnotes app is used to create notes for each websites based on domain or url.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | WebNotes |
ID | dkjbpnichmoanmojencpfooppjlokhhb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/webnotes/dkjbpnichmoanmojencpfooppjlokhhb |
คำอธิบาย | This app is used for saving notes for each websites |
ขนาดไฟล์ | 638 KB |
จำนวนการติดตั้ง | 363 |
เวอร์ชันปัจจุบัน | 1.3.0 |
อัปเดตครั้งล่าสุด | 2024-03-06 |
วันที่เผยแพร่ | 2017-06-26 |
ผู้พัฒนา | Dev App Zone |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WebNotes", "description": "This app is used for saving notes for each websites", "version": "1.3.0", "manifest_version": 3, "permissions": [ "tabs" ], "action": { "default_title": "Web Notes", "default_icon": "icb1.png", "default_popup": "index.html" }, "icons": { "48": "icb1.png" } } |