Tiny notes
Create your tiny notes without leaving current tab
Tiny notesคืออะไร?
Tiny notes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย taras.d และคุณลักษณะหลักของมันคือ "Create your tiny notes without leaving current tab"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tiny notes
ดาวน์โหลดไฟล์ส่วนขยาย Tiny notes ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Tiny notes |
ID | bhpicdlgfpjaidahkmfddkehnmlbljed |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tiny-notes/bhpicdlgfpjaidahkmfddkehnmlbljed |
คำอธิบาย | Create your tiny notes without leaving current tab |
ขนาดไฟล์ | 38.17 KB |
จำนวนการติดตั้ง | 71 |
เวอร์ชันปัจจุบัน | 1.0.3 |
อัปเดตครั้งล่าสุด | 2017-02-20 |
วันที่เผยแพร่ | 2017-02-19 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | taras.d |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tiny notes", "version": "1.0.3", "description": "Create your tiny notes without leaving current tab", "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "browser_action": { "default_popup": "popup.html", "default_title": "Tiny notes", "default_icon": { "16": "icons\/icon-16.png", "24": "icons\/icon-24.png", "32": "icons\/icon-32.png" } } } |