TheHinduIAS
Chrome application to highlight the articles to read.
Cos'è TheHinduIAS?
TheHinduIAS è un'estensione di Chrome sviluppata da https://www.iamsugan.in, e la sua funzione principale è "Chrome application to highlight the articles to read.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TheHinduIAS
Scarica i file di estensione TheHinduIAS in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Chrome plugin to find the right article to read for your civil service preparation.
Informazioni di Base sull'Estensione
Nome | |
ID | hnmhbccejffinlkbdlallfdmdeajhmgb |
URL Ufficiale | https://chromewebstore.google.com/detail/thehinduias/hnmhbccejffinlkbdlallfdmdeajhmgb |
Descrizione | Chrome application to highlight the articles to read. |
Dimensione del File | 66.34 KB |
Conteggio Installazioni | 15 |
Versione Corrente | 2.0.3 |
Ultimo Aggiornamento | 2015-11-16 |
Data di Pubblicazione | 2015-11-16 |
Valutazione | 4.00/5 Totale 2 Valutazioni |
Sviluppatore | https://www.iamsugan.in |
Tipo di Pagamento | free |
Lingue Supportate | 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": [] } |