TheHinduIAS
Chrome application to highlight the articles to read.
Vad är TheHinduIAS?
TheHinduIAS är en Chrome-tillägg utvecklad av https://www.iamsugan.in, och dess huvudfunktion är "Chrome application to highlight the articles to read.".
Tilläggsskärmbilder
Ladda ner TheHinduIAS-förlängningens CRX-fil
Ladda ner TheHinduIAS-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Chrome plugin to find the right article to read for your civil service preparation.
Grundläggande Information om Tillägg
Namn | |
ID | hnmhbccejffinlkbdlallfdmdeajhmgb |
Officiell webbadress | https://chromewebstore.google.com/detail/thehinduias/hnmhbccejffinlkbdlallfdmdeajhmgb |
Beskrivning | Chrome application to highlight the articles to read. |
Filstorlek | 66.34 KB |
Antal Installationer | 15 |
Aktuell Version | 2.0.3 |
Senast Uppdaterad | 2015-11-16 |
Publiceringsdatum | 2015-11-16 |
Betyg | 4.00/5 Totalt 2 Betyg |
Utvecklare | https://www.iamsugan.in |
Betalningssätt | free |
Stödda Språk | 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": [] } |