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 là gì?
LaterList là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Temporary bookmark system for when you are just fed up of all those open tabs but don't like the commitment of bookmarks.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng LaterList
Tải xuống các tệp mở rộng LaterList dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | LaterList |
ID | ocaejnkpadbhiohieanbocfdpdhfhknd |
URL Chính Thức | https://chromewebstore.google.com/detail/laterlist/ocaejnkpadbhiohieanbocfdpdhfhknd |
Mô tả | Temporary bookmark system for when you are just fed up of all those open tabs but don't like the commitment of bookmarks. |
Kích Thước Tệp | 29.85 KB |
Số Lần Cài Đặt | 27 |
Phiên Bản Hiện Tại | 0.9 |
Cập Nhật Lần Cuối | 2014-07-13 |
Ngày Phát Hành | 2014-07-13 |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |