Reading list
Save articles, videos, and other content for later use
Reading list란 무엇입니까?
Reading list은(는) Wave Lab에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save articles, videos, and other content for later use"입니다.
확장 프로그램 스크린샷
Reading list 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Have you found something interesting on the Internet but don’t necessarily have time now? Reading list is extensions to save articles, videos, and other content for later use. Unlike bookmarks which are meant to be kept indefinitely, the Reading List is meant for pages you’d like to read once or check in the future and then bookmark or just discard. Features: - list of web pages to read later - reading list backup and synchronization* - reading list searching - add multiple pages in one click - add to reading list from context menu - quickly add to reading list using shortcut - open or remove multiple items in one click - undo recent changes - settings - customize extension * You need to be signed in to Chrome Supported only on Google Chrome.
확장 프로그램 기본 정보
이름 | Reading list |
ID | pgkdcepboeicdjeklohlkhjnoaadbpbj |
공식 URL | https://chromewebstore.google.com/detail/reading-list/pgkdcepboeicdjeklohlkhjnoaadbpbj |
설명 | Save articles, videos, and other content for later use |
파일 크기 | 1.62 MB |
설치 횟수 | 5,210 |
현재 버전 | 2.2.2 |
최근 업데이트 | 2019-03-08 |
출시 날짜 | 2019-03-08 |
평점 | 4.09/5 총 56 개의 평점 |
개발자 | Wave Lab |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reading list", "description": "Save articles, videos, and other content for later use", "version": "2.2.2", "offline_enabled": false, "minimum_chrome_version": "25", "permissions": [ "activeTab", "contextMenus", "storage", "tabs" ], "browser_action": { "default_icon": "popup\/graphics\/icon.png", "default_popup": "popup\/index.html" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+Shift+R" } }, "add_to_reading_list": { "suggested_key": { "default": "Alt+Shift+D" }, "description": "Add current page to reading list" } }, "background": { "page": "background\/index.html" } } |