Janakantha News Notification

This plug-in helps you to get news update from Janakantha

Apa itu Janakantha News Notification?

Janakantha News Notification adalah ekstensi Chrome yang dikembangkan oleh Bikiran, dan fitur utamanya adalah "This plug-in helps you to get news update from Janakantha".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Janakantha News Notification

Unduh file ekstensi Janakantha News Notification 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

                        The Most Popular daily Newspaper in Bangladesh. It a Bengali Newspaper. By Download This Extension You Can Get Live News from http://www.dailyjanakantha.com/                    

Informasi Dasar Ekstensi

Nama Janakantha News Notification Janakantha News Notification
ID pblbdgpnlkgiipleakhmgldfpfbmafkk
URL Resmi https://chrome.google.com/webstore/detail/janakantha-news-notificat/pblbdgpnlkgiipleakhmgldfpfbmafkk
Deskripsi This plug-in helps you to get news update from Janakantha
Ukuran File 249 KB
Jumlah Instalasi 13
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2015-04-03
Tanggal Publikasi 2015-04-03
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Bikiran
Tipe Pembayaran free
Situs Ekstensi http://www.dailyjanakantha.com/
Bahasa yang Didukung bn
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Janakantha News Notification",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "This plug-in helps you to get news update from Janakantha",
    "homepage_url": "http:\/\/www.dailyjanakantha.com\/",
    "icons": {
        "16": "images\/icon_16.png",
        "19": "images\/icon_19.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "options_page": "options.html",
    "browser_action": {
        "default_popup": "index.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}