TheHinduIAS

Chrome application to highlight the articles to read.

Что такое TheHinduIAS?

TheHinduIAS - это расширение Chrome, разработанное https://www.iamsugan.in, и его основная функция - "Chrome application to highlight the articles to read.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения TheHinduIAS

Скачайте файлы расширений TheHinduIAS в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название TheHinduIAS TheHinduIAS
ID hnmhbccejffinlkbdlallfdmdeajhmgb
Официальный URL https://chromewebstore.google.com/detail/thehinduias/hnmhbccejffinlkbdlallfdmdeajhmgb
Описание Chrome application to highlight the articles to read.
Размер файла 66.34 KB
Количество установок 15
Текущая Версия 2.0.3
Последнее Обновление 2015-11-16
Дата публикации 2015-11-16
Рейтинг 4.00/5 Всего 2 оценок
Разработчик https://www.iamsugan.in
Тип оплаты free
Поддерживаемые языки 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": []
}