Pocket - Article Reading Time

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

Co to jest Pocket - Article Reading Time?

Pocket - Article Reading Time to rozszerzenie Chrome opracowane przez Joseph Muia, a jego główną funkcją jest „Displays the estimated time it will take to read an article.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Pocket - Article Reading Time

Pobierz pliki rozszerzeń Pocket - Article Reading Time w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                                            

Podstawowe informacje o rozszerzeniu

Nazwa Pocket - Article Reading Time Pocket - Article Reading Time
ID lfhcmfgmiglibijdjlelmnfckmijpopg
Oficjalny URL https://chrome.google.com/webstore/detail/pocket-article-reading-ti/lfhcmfgmiglibijdjlelmnfckmijpopg
Opis Displays the estimated time it will take to read an article.
Rozmiar pliku 17.2 KB
Liczba instalacji 604
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2014-08-26
Data Publikacji 2014-08-26
Ocena 4.80/5 Łącznie 5 Oceny
Deweloper Joseph Muia
Typ Płatności free
Obsługiwane Języki 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"
    }
}