Pocket - Article Reading Time

Displays the estimated time it will take to read an article.

Pocket - Article Reading Timeとは何ですか?

Pocket - Article Reading TimeはJoseph Muiaによって開発されたChromeの拡張機能で、その主な機能は「Displays the estimated time it will take to read an article.」です。

拡張機能のスクリーンショット

screenshot

Pocket - Article Reading Time拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Pocket - Article Reading Time Pocket - Article Reading Time
ID lfhcmfgmiglibijdjlelmnfckmijpopg
公式URL https://chrome.google.com/webstore/detail/pocket-article-reading-ti/lfhcmfgmiglibijdjlelmnfckmijpopg
説明 Displays the estimated time it will take to read an article.
ファイルサイズ 17.2 KB
インストール数 604
現在のバージョン 0.1
最終更新日 2014-08-26
公開日 2014-08-26
評価 4.80/5 合計 5 レビュー
開発者 Joseph Muia
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pocket - Article Reading Time",
    "description": "Displays the estimated time it will take to read an article.",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.getpocket.com\/a\/*"
            ],
            "js": [
                "js\/main.js"
            ]
        }
    ],
    "icons": {
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    }
}