Newindianexpress
Latest news from New Indian Express.
Newindianexpressとは何ですか?
NewindianexpressはExpress Network Pvt Ltdによって開発されたChromeの拡張機能で、その主な機能は「Latest news from New Indian Express.」です。
拡張機能のスクリーンショット
Newindianexpress拡張機能のCRXファイルをダウンロード
Newindianexpress拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Latest news from New Indian Express is arguably the flagship publication incorporating national and international themes and sections on developmental issues, society, politics, literature, arts, cinema, travel, lifestyle, sports, business, finance, new-age living, self-development and entertainment.
拡張機能の基本情報
名前 | |
ID | bjmpigpkgalhedhpoglmkmkbijhkggmh |
公式URL | https://chrome.google.com/webstore/detail/bjmpigpkgalhedhpoglmkmkbijhkggmh |
説明 | Latest news from New Indian Express. |
ファイルサイズ | 115 KB |
インストール数 | 108 |
現在のバージョン | 1.1 |
最終更新日 | 2018-06-29 |
公開日 | 2018-06-29 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Express Network Pvt Ltd |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Newindianexpress", "version": "1.1", "description": "Latest news from New Indian Express.", "permissions": [ "declarativeContent", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/nie16.png", "32": "images\/nie32.png", "48": "images\/nie48.png", "128": "images\/nie128.png" } }, "icons": { "16": "images\/nie16.png", "32": "images\/nie32.png", "48": "images\/nie48.png", "128": "images\/nie128.png" }, "manifest_version": 2 } |