Janakantha News Notification
This plug-in helps you to get news update from Janakantha
ما هو Janakantha News Notification؟
Janakantha News Notification هو إضافة Chrome تم تطويرها بواسطة Bikiran، والميزة الرئيسية لها هي "This plug-in helps you to get news update from Janakantha".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Janakantha News Notification
قم بتنزيل ملفات الامتداد Janakantha News Notification بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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:\/\/*\/*" ] } |