Janakantha News Notification

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

Wat is Janakantha News Notification?

Janakantha News Notification is een Chrome-extensie ontwikkeld door Bikiran, en de belangrijkste functie is "This plug-in helps you to get news update from Janakantha".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Janakantha News Notification

Download Janakantha News Notification-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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/                    

Basisinformatie over de Extensie

Naam Janakantha News Notification Janakantha News Notification
ID pblbdgpnlkgiipleakhmgldfpfbmafkk
Officiële URL https://chrome.google.com/webstore/detail/janakantha-news-notificat/pblbdgpnlkgiipleakhmgldfpfbmafkk
Beschrijving This plug-in helps you to get news update from Janakantha
Bestandsgrootte 249 KB
Aantal Installaties 13
Huidige Versie 1.0.1
Laatst Bijgewerkt 2015-04-03
Publicatiedatum 2015-04-03
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Bikiran
Betalingswijze free
Extensiewebsite http://www.dailyjanakantha.com/
Ondersteunde Talen 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:\/\/*\/*"
    ]
}