Reading Time
Add a reading time indicator to Readability
Reading Timeとは何ですか?
Reading Timeはdonnierayjonesによって開発されたChromeの拡張機能で、その主な機能は「Add a reading time indicator to Readability」です。
拡張機能のスクリーンショット
Reading Time拡張機能のCRXファイルをダウンロード
Reading Time拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Today's blog posts are too long. See just how too long they are with this Google Chrome extension. Decide within seconds if you don't have enough minutes (or hours?) to read an article. Issues or feature requests? Find me on twitter: @donnierayjones. Full changelog available on github: https://github.com/donnierayjones/reading-time-chrome/commits/master
拡張機能の基本情報
名前 | Reading Time |
ID | nkcldhfebepkmmokbhcphgonamoolgfo |
公式URL | https://chromewebstore.google.com/detail/reading-time/nkcldhfebepkmmokbhcphgonamoolgfo |
説明 | Add a reading time indicator to Readability |
ファイルサイズ | 64.37 KB |
インストール数 | 83 |
現在のバージョン | 0.1.0 |
最終更新日 | 2014-02-13 |
公開日 | 2014-02-12 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | donnierayjones |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/donnierayjones/reading-time-chrome |
ヘルプページのURL | https://github.com/donnierayjones/reading-time-chrome/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reading Time", "version": "0.1.0", "manifest_version": 2, "description": "Add a reading time indicator to Readability", "content_scripts": [ { "matches": [ "http:\/\/www.readability.com\/*", "https:\/\/www.readability.com\/*" ], "js": [ "jquery.js", "script.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |