Janakantha News Notification

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

Cos'è Janakantha News Notification?

Janakantha News Notification è un'estensione di Chrome sviluppata da Bikiran, e la sua funzione principale è "This plug-in helps you to get news update from Janakantha".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Janakantha News Notification

Scarica i file di estensione Janakantha News Notification in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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/                    

Informazioni di Base sull'Estensione

Nome Janakantha News Notification Janakantha News Notification
ID pblbdgpnlkgiipleakhmgldfpfbmafkk
URL Ufficiale https://chrome.google.com/webstore/detail/janakantha-news-notificat/pblbdgpnlkgiipleakhmgldfpfbmafkk
Descrizione This plug-in helps you to get news update from Janakantha
Dimensione del File 249 KB
Conteggio Installazioni 13
Versione Corrente 1.0.1
Ultimo Aggiornamento 2015-04-03
Data di Pubblicazione 2015-04-03
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Bikiran
Tipo di Pagamento free
Sito Web dell'Estensione http://www.dailyjanakantha.com/
Lingue Supportate 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:\/\/*\/*"
    ]
}