Pocket - Article Reading Time

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

What is Pocket - Article Reading Time?

Pocket - Article Reading Time is a Chrome extension developed by Joseph Muia, and its main feature is "Displays the estimated time it will take to read an article.".

Extension Screenshots

screenshot

Download Pocket - Article Reading Time Extension CRX File

Download Pocket - Article Reading Time extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Pocket - Article Reading Time Pocket - Article Reading Time
ID lfhcmfgmiglibijdjlelmnfckmijpopg
Official URL https://chrome.google.com/webstore/detail/pocket-article-reading-ti/lfhcmfgmiglibijdjlelmnfckmijpopg
Description Displays the estimated time it will take to read an article.
File Size 17.2 KB
Installation Count 604
Current Version 0.1
Last Updated 2014-08-26
Publish Date 2014-08-26
Rating 4.80/5 Total 5 Ratings
Developer Joseph Muia
Payment Type free
Supported Languages 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"
    }
}