Newindianexpress
Latest news from New Indian Express.
Newindianexpressคืออะไร?
Newindianexpress เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Express Network Pvt Ltd และคุณลักษณะหลักของมันคือ "Latest news from New Indian Express."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Newindianexpress
ดาวน์โหลดไฟล์ส่วนขยาย 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 } |