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ファイルをダウンロード
My Reading List拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 拡張機能の基本情報
| 名前 | |
| 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
} | |