Janakantha News Notification
This plug-in helps you to get news update from Janakantha
什么是Janakantha News Notification?
Janakantha News Notification是由Bikiran开发的Chrome扩展程序,该扩展的主要功能是“This plug-in helps you to get news update from Janakantha”。
扩展截图
下载Janakantha News Notification扩展crx文件
下载Janakantha News Notification扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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:\/\/*\/*" ] } |