TheHinduIAS

Chrome application to highlight the articles to read.

Was ist TheHinduIAS?

TheHinduIAS ist eine Chrome-Erweiterung, die von https://www.iamsugan.in entwickelt wurde, und ihr Hauptmerkmal ist "Chrome application to highlight the articles to read.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

TheHinduIAS-Erweiterungs-CRX-Datei herunterladen

Laden Sie TheHinduIAS-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name TheHinduIAS TheHinduIAS
ID hnmhbccejffinlkbdlallfdmdeajhmgb
Offizielle URL https://chromewebstore.google.com/detail/thehinduias/hnmhbccejffinlkbdlallfdmdeajhmgb
Beschreibung Chrome application to highlight the articles to read.
Dateigröße 66.34 KB
Installationsanzahl 15
Aktuelle Version 2.0.3
Letztes Update 2015-11-16
Veröffentlichungsdatum 2015-11-16
Bewertung 4.00/5 Insgesamt 2 Bewertungen
Entwickler https://www.iamsugan.in
Zahlungsart free
Unterstützte Sprachen 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": []
}