Reading List
This extension saves a list of links to pages to read later.
Reading List란 무엇입니까?
Reading List은(는) alexpdraper에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension saves a list of links to pages to read later."입니다.
확장 프로그램 스크린샷
Reading List 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This reading list extension allows you to save pages in a list to get back to later. It’s super slick and easy to use, and it helps keep your tab count down. How to use it? 1. Go to a page you want to save for later 2. Click the reading list icon on the top right of your browser Chrome Reading List icon 3. Click the + button 4. When you want to read a page you saved, open up the extension and click the reading item you want to read (control + click or command ⌘/windows key ⊞ + click to open the page in a new tab) 5. Done with a page? Click the × next to said page in your reading list, and it will magically vanish.
확장 프로그램 기본 정보
이름 | Reading List |
ID | lloccabjgblebdmncjndmiibianflabo |
공식 URL | https://chromewebstore.google.com/detail/reading-list/lloccabjgblebdmncjndmiibianflabo |
설명 | This extension saves a list of links to pages to read later. |
파일 크기 | 39.54 KB |
설치 횟수 | 46,957 |
현재 버전 | 2.4.4 |
최근 업데이트 | 2018-04-14 |
출시 날짜 | 2018-04-14 |
평점 | 4.75/5 총 724 개의 평점 |
개발자 | alexpdraper |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/alexpdraper/reading-list |
지원되는 언어 | de,en,fr,es,it,bg,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png" } }, "background": { "scripts": [ "background.bundle.js" ] }, "permissions": [ "tabs", "contextMenus", "storage" ], "options_ui": { "page": "options.html", "chrome_style": true }, "minimum_chrome_version": "20", "options_page": "options.html", "version": "2.4.4" } |