Simple Quick Note
Simple extension for quick notes with a characters' counting feature
Simple Quick Noteคืออะไร?
Simple Quick Note เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Roman Grinyov และคุณลักษณะหลักของมันคือ "Simple extension for quick notes with a characters' counting feature"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Simple Quick Note
ดาวน์โหลดไฟล์ส่วนขยาย Simple Quick Note ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension is intended for quick notes that will be stored and synchronized in all your desktop devices Source code: https://goo.gl/hoYFHG
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Simple Quick Note |
ID | jiabjkckgapmaalmfbjdkcbkpiafnfga |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/simple-quick-note/jiabjkckgapmaalmfbjdkcbkpiafnfga |
คำอธิบาย | Simple extension for quick notes with a characters' counting feature |
ขนาดไฟล์ | 118 KB |
จำนวนการติดตั้ง | 647 |
เวอร์ชันปัจจุบัน | 1.3.12 |
อัปเดตครั้งล่าสุด | 2023-11-20 |
วันที่เผยแพร่ | 2018-08-16 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Roman Grinyov |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Quick Note", "description": "Simple extension for quick notes with a characters' counting feature", "version": "1.3.12", "icons": { "16": "img\/icons\/action-edit\/16x16.png", "48": "img\/icons\/action-edit\/48x48.png", "128": "img\/icons\/action-edit\/128x128.png" }, "browser_action": { "default_icon": { "16": "img\/icons\/action-edit\/16x16.png", "48": "img\/icons\/action-edit\/48x48.png", "128": "img\/icons\/action-edit\/128x128.png" }, "default_title": "Simple Quick Note", "default_popup": "html\/popup.html" }, "background": { "persistent": false, "scripts": [ "js\/common.js", "js\/events.js" ] }, "permissions": [ "storage" ], "options_ui": { "chrome_style": true, "page": "html\/options.html" } } |