TheHinduIAS

Chrome application to highlight the articles to read.

Qu'est-ce que TheHinduIAS ?

TheHinduIAS est une extension Chrome développée par https://www.iamsugan.in, et sa fonction principale est "Chrome application to highlight the articles to read.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension TheHinduIAS

Téléchargez les fichiers d'extension TheHinduIAS au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom TheHinduIAS TheHinduIAS
ID hnmhbccejffinlkbdlallfdmdeajhmgb
URL Officiel https://chromewebstore.google.com/detail/thehinduias/hnmhbccejffinlkbdlallfdmdeajhmgb
Description Chrome application to highlight the articles to read.
Taille du Fichier 66.34 KB
Nombre d'Installations 15
Version Actuelle 2.0.3
Dernière Mise à Jour 2015-11-16
Date de Publication 2015-11-16
Évaluation 4.00/5 Total 2 Évaluations
Développeur https://www.iamsugan.in
Type de Paiement free
Langues Prises en Charge 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": []
}