LaterList
Temporary bookmark system for when you are just fed up of all those open tabs but don't like the commitment of bookmarks.
LaterListคืออะไร?
LaterList เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Temporary bookmark system for when you are just fed up of all those open tabs but don't like the commitment of bookmarks."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LaterList
ดาวน์โหลดไฟล์ส่วนขยาย LaterList ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | LaterList |
ID | ocaejnkpadbhiohieanbocfdpdhfhknd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/laterlist/ocaejnkpadbhiohieanbocfdpdhfhknd |
คำอธิบาย | Temporary bookmark system for when you are just fed up of all those open tabs but don't like the commitment of bookmarks. |
ขนาดไฟล์ | 29.85 KB |
จำนวนการติดตั้ง | 27 |
เวอร์ชันปัจจุบัน | 0.9 |
อัปเดตครั้งล่าสุด | 2014-07-13 |
วันที่เผยแพร่ | 2014-07-13 |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LaterList", "description": "Temporary bookmark system for when you are just fed up of all those open tabs but don't like the commitment of bookmarks.", "version": "0.9", "permissions": [ "tabs", "storage", "contextMenus" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |