Janakantha News Notification
This plug-in helps you to get news update from Janakantha
Janakantha News Notification क्या है?
Janakantha News Notification Bikiran द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This plug-in helps you to get news update from Janakantha"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Janakantha News Notification एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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/
एक्सटेंशन की मूल जानकारी
नाम | |
ID | pblbdgpnlkgiipleakhmgldfpfbmafkk |
आधिकारिक URL | https://chrome.google.com/webstore/detail/janakantha-news-notificat/pblbdgpnlkgiipleakhmgldfpfbmafkk |
विवरण | This plug-in helps you to get news update from Janakantha |
फ़ाइल का आकार | 249 KB |
स्थापना संख्या | 13 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2015-04-03 |
प्रकाशन तिथि | 2015-04-03 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | Bikiran |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.dailyjanakantha.com/ |
समर्थित भाषाएँ | 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:\/\/*\/*" ] } |