Janakantha News Notification
This plug-in helps you to get news update from Janakantha
What is Janakantha News Notification?
Janakantha News Notification is a Chrome extension developed by Bikiran, and its main feature is "This plug-in helps you to get news update from Janakantha".
Extension Screenshots
Download Janakantha News Notification Extension CRX File
Download Janakantha News Notification extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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/
Extension Basic Information
Name | |
ID | pblbdgpnlkgiipleakhmgldfpfbmafkk |
Official URL | https://chrome.google.com/webstore/detail/janakantha-news-notificat/pblbdgpnlkgiipleakhmgldfpfbmafkk |
Description | This plug-in helps you to get news update from Janakantha |
File Size | 249 KB |
Installation Count | 13 |
Current Version | 1.0.1 |
Last Updated | 2015-04-03 |
Publish Date | 2015-04-03 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Bikiran |
Payment Type | free |
Extension Website | http://www.dailyjanakantha.com/ |
Supported Languages | 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:\/\/*\/*" ] } |