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": []
}