TheHinduIAS

Chrome application to highlight the articles to read.

Apa itu TheHinduIAS?

TheHinduIAS adalah ekstensi Chrome yang dikembangkan oleh https://www.iamsugan.in, dan fitur utamanya adalah "Chrome application to highlight the articles to read.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi TheHinduIAS

Unduh file ekstensi TheHinduIAS dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama TheHinduIAS TheHinduIAS
ID hnmhbccejffinlkbdlallfdmdeajhmgb
URL Resmi https://chromewebstore.google.com/detail/thehinduias/hnmhbccejffinlkbdlallfdmdeajhmgb
Deskripsi Chrome application to highlight the articles to read.
Ukuran File 66.34 KB
Jumlah Instalasi 15
Versi Saat Ini 2.0.3
Terakhir Diperbarui 2015-11-16
Tanggal Publikasi 2015-11-16
Penilaian 4.00/5 Total 2 Penilaian
Pengembang https://www.iamsugan.in
Tipe Pembayaran free
Bahasa yang Didukung 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": []
}