Pocket - Article Reading Time

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

Co je Pocket - Article Reading Time?

Pocket - Article Reading Time je rozšíření Chrome vyvinuté Joseph Muia, a jeho hlavní funkcí je „Displays the estimated time it will take to read an article.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Pocket - Article Reading Time

Stáhněte si soubory rozšíření Pocket - Article Reading Time ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                                            

Základní Informace o Rozšíření

Název Pocket - Article Reading Time Pocket - Article Reading Time
ID lfhcmfgmiglibijdjlelmnfckmijpopg
Oficiální URL https://chrome.google.com/webstore/detail/pocket-article-reading-ti/lfhcmfgmiglibijdjlelmnfckmijpopg
Popis Displays the estimated time it will take to read an article.
Velikost souboru 17.2 KB
Počet instalací 604
Aktuální Verze 0.1
Poslední Aktualizace 2014-08-26
Datum Vydání 2014-08-26
Hodnocení 4.80/5 Celkem 5 Hodnocení
Vývojář Joseph Muia
Typ Platby free
Podporované Jazyky 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"
    }
}