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:\/\/*\/*" ] } |