Tab Notes
Add notes to your Chrome tabs. Just for Michael
Tab Notesคืออะไร?
Tab Notes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Swaraj และคุณลักษณะหลักของมันคือ "Add notes to your Chrome tabs. Just for Michael"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tab Notes
ดาวน์โหลดไฟล์ส่วนขยาย Tab Notes ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension lets you add a small note to any tab you are browsing via a small icon in the Omnibox. The icon changes based on if there is a note on the current tab. Notes are synced across Chrome sessions. ~ Swaraj Banerjee
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Tab Notes |
ID | jgodkedciialncikdiiaicbpfhgdagfk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tab-notes/jgodkedciialncikdiiaicbpfhgdagfk |
คำอธิบาย | Add notes to your Chrome tabs. Just for Michael |
ขนาดไฟล์ | 45.1 KB |
จำนวนการติดตั้ง | 292 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2014-07-01 |
วันที่เผยแพร่ | 2014-07-01 |
คะแนน | 3.75/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Swaraj |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Notes", "description": "Add notes to your Chrome tabs. Just for Michael", "version": "1.1", "icons": { "16": "images\/notepadIcon16.png", "48": "images\/notepadIcon48.png", "128": "images\/notepadIcon128.png" }, "background": { "scripts": [ "vendor\/md5.min.js", "utils.js", "background.js" ] }, "permissions": [ "tabs", "storage" ], "page_action": { "default_icon": { "19": "images\/notepadEmpty19.png", "38": "images\/notepadEmpty38.png" }, "default_title": "View Tab Note", "default_popup": "note.html" } } |