Check Later List
This extension saves the tabs you need to check in a future time
Check Later List là gì?
Check Later List là một tiện ích mở rộng Chrome được phát triển bởi http://sites.google.com/site/checklaterlist, và tính năng chính của nó là "This extension saves the tabs you need to check in a future time".
Ả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 Check Later List
Tải xuống các tệp mở rộng Check Later List 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
Do you also have issues with lots of open tabs in your browser that can not be read now and you're saving them to be read later? Do you keep your browser open for days and weeks to save the tabs you wanna read later? Did you know that your browser gets slower with the more tabs you have open and the longer you don't restart the browser itself? Enjoy the speed and lightness of a fast browser with Check-Later-List extension and save your tabs to read later. It is a simple and very lightweight (less than 30KB) extension to save the currently opened tabs and check them later at anytime. Yes!, it *IS* even much easier than using bookmarks. It can be referred to as a quick version of bookmarks which is always there for you to quickly save and restore pages. It is a bucket list or a collection of items or open-tabs that you can read in a more convenient time. Your list also gets synced with "Google Chrome's Sync Feature" to your other chrome browsers on your other selected devices.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | bpmclkiehmbednjjjdikdgekcjibaljg |
URL Chính Thức | https://chrome.google.com/webstore/detail/check-later-list/bpmclkiehmbednjjjdikdgekcjibaljg |
Mô tả | This extension saves the tabs you need to check in a future time |
Kích Thước Tệp | 23.32 KB |
Số Lần Cài Đặt | 377 |
Phiên Bản Hiện Tại | 3.6.1 |
Cập Nhật Lần Cuối | 2019-07-05 |
Ngày Phát Hành | 2019-07-05 |
Đánh Giá | 3.78/5 Tổng số 18 Đánh Giá |
Nhà Phát Triển | http://sites.google.com/site/checklaterlist |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://sites.google.com/site/checklaterlist/ |
URL Trang Trợ Giúp | http://sites.google.com/site/checklaterlist/ |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Check Later List", "description": "This extension saves the tabs you need to check in a future time", "version": "3.6.1", "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": "images\/icon16.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/www.googletagmanager.com; object-src 'self'", "permissions": [ "contextMenus", "storage", "tabs", "http:\/\/*\/" ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png" } } |