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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |