MPR New Tab

The news, radio, and talk you love from MPR.

Apa itu MPR New Tab?

MPR New Tab adalah ekstensi Chrome yang dikembangkan oleh http://brandedtab.com, dan fitur utamanya adalah "The news, radio, and talk you love from MPR.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi MPR New Tab

Unduh file ekstensi MPR New Tab 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 MPR New Tab MPR New Tab
ID kkgheohkjiomflacimplobkbgpmiakam
URL Resmi https://chrome.google.com/webstore/detail/mpr-new-tab/kkgheohkjiomflacimplobkbgpmiakam
Deskripsi The news, radio, and talk you love from MPR.
Ukuran File 551 KB
Jumlah Instalasi 38
Versi Saat Ini 1.1.0
Terakhir Diperbarui 2015-12-03
Tanggal Publikasi 2015-12-03
Pengembang http://brandedtab.com
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MPR New Tab",
    "description": "The news, radio, and talk you love from MPR.",
    "version": "1.1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "lib\/bg.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "lib\/newtab.html"
    },
    "web_accessible_resources": [
        "ping.png"
    ]
}