TheHinduIAS

Chrome application to highlight the articles to read.

Co je TheHinduIAS?

TheHinduIAS je rozšíření Chrome vyvinuté https://www.iamsugan.in, a jeho hlavní funkcí je „Chrome application to highlight the articles to read.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření TheHinduIAS

Stáhněte si soubory rozšíření TheHinduIAS ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Chrome plugin to find the right article to read for your civil service preparation.                    

Základní Informace o Rozšíření

Název TheHinduIAS TheHinduIAS
ID hnmhbccejffinlkbdlallfdmdeajhmgb
Oficiální URL https://chromewebstore.google.com/detail/thehinduias/hnmhbccejffinlkbdlallfdmdeajhmgb
Popis Chrome application to highlight the articles to read.
Velikost souboru 66.34 KB
Počet instalací 15
Aktuální Verze 2.0.3
Poslední Aktualizace 2015-11-16
Datum Vydání 2015-11-16
Hodnocení 4.00/5 Celkem 2 Hodnocení
Vývojář https://www.iamsugan.in
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "2.0.3",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "64": "images\/icon-64.png"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "http:\/\/www.thehindu.com\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "http:\/\/www.thehindu.com\/todays-paper\/*"
            ],
            "css": [
                "styles\/main.css"
            ],
            "js": [
                "bower_components\/jquery\/dist\/jquery.js",
                "scripts\/content-script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "web_accessible_resources": [
        "data\/keywords.json"
    ],
    "page_action": []
}