TheHinduIAS

Chrome application to highlight the articles to read.

Wat is TheHinduIAS?

TheHinduIAS is een Chrome-extensie ontwikkeld door https://www.iamsugan.in, en de belangrijkste functie is "Chrome application to highlight the articles to read.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie TheHinduIAS

Download TheHinduIAS-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam TheHinduIAS TheHinduIAS
ID hnmhbccejffinlkbdlallfdmdeajhmgb
Officiële URL https://chromewebstore.google.com/detail/thehinduias/hnmhbccejffinlkbdlallfdmdeajhmgb
Beschrijving Chrome application to highlight the articles to read.
Bestandsgrootte 66.34 KB
Aantal Installaties 15
Huidige Versie 2.0.3
Laatst Bijgewerkt 2015-11-16
Publicatiedatum 2015-11-16
Beoordeling 4.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://www.iamsugan.in
Betalingswijze free
Ondersteunde Talen 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": []
}