Janakantha News Notification
This plug-in helps you to get news update from Janakantha
Vad är Janakantha News Notification?
Janakantha News Notification är en Chrome-tillägg utvecklad av Bikiran, och dess huvudfunktion är "This plug-in helps you to get news update from Janakantha".
Tilläggsskärmbilder
Ladda ner Janakantha News Notification-förlängningens CRX-fil
Ladda ner Janakantha News Notification-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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/
Grundläggande Information om Tillägg
Namn | |
ID | pblbdgpnlkgiipleakhmgldfpfbmafkk |
Officiell webbadress | https://chrome.google.com/webstore/detail/janakantha-news-notificat/pblbdgpnlkgiipleakhmgldfpfbmafkk |
Beskrivning | This plug-in helps you to get news update from Janakantha |
Filstorlek | 249 KB |
Antal Installationer | 13 |
Aktuell Version | 1.0.1 |
Senast Uppdaterad | 2015-04-03 |
Publiceringsdatum | 2015-04-03 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | Bikiran |
Betalningssätt | free |
Tilläggswebbplats | http://www.dailyjanakantha.com/ |
Stödda Språk | 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:\/\/*\/*" ] } |