TheHinduIAS

Chrome application to highlight the articles to read.

Co to jest TheHinduIAS?

TheHinduIAS to rozszerzenie Chrome opracowane przez https://www.iamsugan.in, a jego główną funkcją jest „Chrome application to highlight the articles to read.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia TheHinduIAS

Pobierz pliki rozszerzeń TheHinduIAS w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa TheHinduIAS TheHinduIAS
ID hnmhbccejffinlkbdlallfdmdeajhmgb
Oficjalny URL https://chromewebstore.google.com/detail/thehinduias/hnmhbccejffinlkbdlallfdmdeajhmgb
Opis Chrome application to highlight the articles to read.
Rozmiar pliku 66.34 KB
Liczba instalacji 15
Aktualna Wersja 2.0.3
Ostatnia Aktualizacja 2015-11-16
Data Publikacji 2015-11-16
Ocena 4.00/5 Łącznie 2 Oceny
Deweloper https://www.iamsugan.in
Typ Płatności free
Obsługiwane Języki 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": []
}