Newindianexpress
Latest news from New Indian Express.
Newindianexpress là gì?
Newindianexpress là một tiện ích mở rộng Chrome được phát triển bởi Express Network Pvt Ltd, và tính năng chính của nó là "Latest news from New Indian Express.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Newindianexpress
Tải xuống các tệp mở rộng Newindianexpress dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | bjmpigpkgalhedhpoglmkmkbijhkggmh |
URL Chính Thức | https://chrome.google.com/webstore/detail/bjmpigpkgalhedhpoglmkmkbijhkggmh |
Mô tả | Latest news from New Indian Express. |
Kích Thước Tệp | 115 KB |
Số Lần Cài Đặt | 108 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2018-06-29 |
Ngày Phát Hành | 2018-06-29 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Express Network Pvt Ltd |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |