TheHinduIAS
Chrome application to highlight the articles to read.
Hvad er TheHinduIAS?
TheHinduIAS er en Chrome-udvidelse udviklet af https://www.iamsugan.in, og dens hovedfunktion er "Chrome application to highlight the articles to read.".
Udvidelsesskærmbilleder
Download TheHinduIAS-udvidelses-CRX-fil
Download TheHinduIAS-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Chrome plugin to find the right article to read for your civil service preparation.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | hnmhbccejffinlkbdlallfdmdeajhmgb |
Officiel URL | https://chromewebstore.google.com/detail/thehinduias/hnmhbccejffinlkbdlallfdmdeajhmgb |
Beskrivelse | Chrome application to highlight the articles to read. |
Filstørrelse | 66.34 KB |
Antal Installationer | 15 |
Nuværende Version | 2.0.3 |
Senest Opdateret | 2015-11-16 |
Udgivelsesdato | 2015-11-16 |
Bedømmelse | 4.00/5 Samlet 2 Bedømmelser |
Udvikler | https://www.iamsugan.in |
Betalingsmetode | free |
Understøttede Sprog | 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": [] } |