TimeToRead

Adds tags describing time needed to read to articles in Pocket

TimeToReadとは何ですか?

TimeToReadはPrzemysław Rumikによって開発されたChromeの拡張機能で、その主な機能は「Adds tags describing time needed to read to articles in Pocket」です。

TimeToRead拡張機能のCRXファイルをダウンロード

TimeToRead拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension adds tags saying how long will you need to read articles in Pocket.
Extension doesn't have any UI, it will only ask you for authentication in Pocket. From this moment it will try to retrieve list of your articles from Pocket, and will try to add tags saying about how long it will take to read.
You will see tags: "1 minute or less", "2 minutes or less", "5 minutes or less", "10 minutes or less", "15 minutes or less", "30 minutes or less" and "30+ minutes".
Extension will assume that you read 200 words per minute.
If you like, you may download source code of extension from here https://github.com/przemelek/TimeToRead                    

拡張機能の基本情報

名前 TimeToRead TimeToRead
ID pnoopjphmiljaepnghokldgckdkmmgea
公式URL https://chrome.google.com/webstore/detail/timetoread/pnoopjphmiljaepnghokldgckdkmmgea
説明 Adds tags describing time needed to read to articles in Pocket
ファイルサイズ 7.36 KB
インストール数 288
現在のバージョン 0.0.4
最終更新日 2017-12-03
公開日 2017-12-03
評価 4.53/5 合計 17 レビュー
開発者 Przemysław Rumik
支払い方法 free
拡張機能のウェブサイト https://github.com/przemelek/TimeToRead
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TimeToRead",
    "version": "0.0.4",
    "description": "Adds tags describing time needed to read to articles in Pocket",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "web_accessible_resources": [
        "oauth.html",
        "oauth.js"
    ]
}