Newindianexpress

Latest news from New Indian Express.

What is Newindianexpress?

Newindianexpress is a Chrome extension developed by Express Network Pvt Ltd, and its main feature is "Latest news from New Indian Express.".

Extension Screenshots

screenshot

Download Newindianexpress Extension CRX File

Download Newindianexpress extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Newindianexpress Newindianexpress
ID bjmpigpkgalhedhpoglmkmkbijhkggmh
Official URL https://chrome.google.com/webstore/detail/bjmpigpkgalhedhpoglmkmkbijhkggmh
Description Latest news from New Indian Express.
File Size 115 KB
Installation Count 108
Current Version 1.1
Last Updated 2018-06-29
Publish Date 2018-06-29
Rating 5.00/5 Total 1 Ratings
Developer Express Network Pvt Ltd
Payment Type free
Supported Languages 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
}