Reading List
A read-it-later browser extension for people with overly ambitious bookmarking habits.
Reading Listとは何ですか?
Reading Listはhttp://emanuelfeld.github.ioによって開発されたChromeの拡張機能で、その主な機能は「A read-it-later browser extension for people with overly ambitious bookmarking habits.」です。
拡張機能のスクリーンショット
Reading List拡張機能のCRXファイルをダウンロード
Reading List拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
* All links are removed after a week, so either read it or forget about it * Pages bookmarked on the same day are grouped together * New bookmarks are placed at the bottom, rather than the top, so you are less distracted by flashy new links * URLs are backed up to the Internet Archive automatically
拡張機能の基本情報
名前 | |
ID | doaafjmonnoioanhdjllgjofacelikhl |
公式URL | https://chrome.google.com/webstore/detail/reading-list/doaafjmonnoioanhdjllgjofacelikhl |
説明 | A read-it-later browser extension for people with overly ambitious bookmarking habits. |
ファイルサイズ | 17.24 KB |
インストール数 | 146 |
現在のバージョン | 0.4 |
最終更新日 | 2018-01-09 |
公開日 | 2018-01-09 |
評価 | 3.50/5 合計 2 レビュー |
開発者 | http://emanuelfeld.github.io |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/emanuelfeld/reading-list |
ヘルプページのURL | https://github.com/emanuelfeld/reading-list |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reading List", "version": "0.4", "description": "A read-it-later browser extension for people with overly ambitious bookmarking habits.", "author": "Emanuel Feld", "background": { "scripts": [ "js\/background.js" ] }, "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "web_accessible_resources": [ "popup.html", "index.html", "js\/index.js", "js\/popup.js" ], "permissions": [ "https:\/\/web.archive.org\/*", "contextMenus", "storage", "tabs" ], "browser_action": { "default_title": "Reading List", "default_popup": "popup.html", "default_icon": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" } } } |