TheHinduIAS

Chrome application to highlight the articles to read.

O que é TheHinduIAS?

TheHinduIAS é uma extensão do Chrome desenvolvida por https://www.iamsugan.in, e sua principal característica é "Chrome application to highlight the articles to read.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão TheHinduIAS

Baixe arquivos de extensão TheHinduIAS no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome TheHinduIAS TheHinduIAS
ID hnmhbccejffinlkbdlallfdmdeajhmgb
URL Oficial https://chromewebstore.google.com/detail/thehinduias/hnmhbccejffinlkbdlallfdmdeajhmgb
Descrição Chrome application to highlight the articles to read.
Tamanho do Arquivo 66.34 KB
Contagem de Instalações 15
Versão Atual 2.0.3
Última Atualização 2015-11-16
Data de Publicação 2015-11-16
Classificação 4.00/5 Total de 2 Avaliações
Desenvolvedor https://www.iamsugan.in
Tipo de Pagamento free
Idiomas Suportados 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": []
}