Pocket - Article Reading Time

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

Apa itu Pocket - Article Reading Time?

Pocket - Article Reading Time adalah ekstensi Chrome yang dikembangkan oleh Joseph Muia, dan fitur utamanya adalah "Displays the estimated time it will take to read an article.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Pocket - Article Reading Time

Unduh file ekstensi Pocket - Article Reading Time dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama Pocket - Article Reading Time Pocket - Article Reading Time
ID lfhcmfgmiglibijdjlelmnfckmijpopg
URL Resmi https://chrome.google.com/webstore/detail/pocket-article-reading-ti/lfhcmfgmiglibijdjlelmnfckmijpopg
Deskripsi Displays the estimated time it will take to read an article.
Ukuran File 17.2 KB
Jumlah Instalasi 604
Versi Saat Ini 0.1
Terakhir Diperbarui 2014-08-26
Tanggal Publikasi 2014-08-26
Penilaian 4.80/5 Total 5 Penilaian
Pengembang Joseph Muia
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}