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 } |