My Reading List
Maintain a reading list for leisurely reading
My Reading List란 무엇입니까?
My Reading List은(는) Anand M.S에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Maintain a reading list for leisurely reading"입니다.
확장 프로그램 스크린샷
My Reading List 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Maintain a reading list for leisurely reading (Thanks to 'Read It Later (Pocket)') NOTE: New users, please register from the extensions options page, by providing a username and password. (Right click on the extension and go to Options) If you already have an account with readitlater, save your username/password. NOTE: No username/password is stored on any server or transferred over the network. The login credentials entered are stored locally within the browser local storage in your own systems. - When you use the extension for the first time, you will be asked to log-in with your account. - Add a web page to your reading list by clicking on the green + icon. - Run through your reading list/unread pages from the extension. - Mark a web-page as 'read', by clicking on the red tick mark against that page. - Review your the pages you have read from the 'Read' list. My other extensions: Torrent Search: https://chrome.google.com/extensions/detail/iangilbioefodhifefjcefjmdecdppip Live Twitter Search: https://chrome.google.com/extensions/detail/gkhcahpmjhkmikakojimclfndapcoebg
확장 프로그램 기본 정보
이름 | My Reading List |
ID | kdollpkhgalgcngiilcninngilhkceha |
공식 URL | https://chromewebstore.google.com/detail/my-reading-list/kdollpkhgalgcngiilcninngilhkceha |
설명 | Maintain a reading list for leisurely reading |
파일 크기 | 122 KB |
설치 횟수 | 640 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2015-07-15 |
출시 날짜 | 2015-07-14 |
평점 | 2.14/5 총 14 개의 평점 |
개발자 | Anand M.S |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://code.google.com/p/myreadinglist/ |
지원되는 언어 | en |
manifest.json | |
{ "name": "My Reading List", "description": "Maintain a reading list for leisurely reading", "icons": { "16": "icons\/icon16x16.png", "32": "icons\/icon32x32.png", "48": "icons\/icon48x48.png", "128": "icons\/icon128x128.png" }, "browser_action": { "default_icon": "icons\/icon48x48.png", "default_title": "My reading list", "default_popup": "readinglist.html" }, "options_page": "options.html", "background": { "page": "background.html", "persistent": false }, "permissions": [ "tabs", "https:\/\/readitlaterlist.com\/v2\/*", "http:\/\/*\/" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0", "manifest_version": 2 } |