Check Later List
This extension saves the tabs you need to check in a future time
Check Later Listとは何ですか?
Check Later Listはhttp://sites.google.com/site/checklaterlistによって開発されたChromeの拡張機能で、その主な機能は「This extension saves the tabs you need to check in a future time」です。
拡張機能のスクリーンショット
Check Later List拡張機能のCRXファイルをダウンロード
Check Later List拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
ID | bpmclkiehmbednjjjdikdgekcjibaljg |
公式URL | https://chrome.google.com/webstore/detail/check-later-list/bpmclkiehmbednjjjdikdgekcjibaljg |
説明 | This extension saves the tabs you need to check in a future time |
ファイルサイズ | 23.32 KB |
インストール数 | 377 |
現在のバージョン | 3.6.1 |
最終更新日 | 2019-07-05 |
公開日 | 2019-07-05 |
評価 | 3.78/5 合計 18 レビュー |
開発者 | http://sites.google.com/site/checklaterlist |
支払い方法 | free |
拡張機能のウェブサイト | http://sites.google.com/site/checklaterlist/ |
ヘルプページのURL | http://sites.google.com/site/checklaterlist/ |
対応言語 | 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" } } |