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"
    }
}