TheHinduIAS
Chrome application to highlight the articles to read.
What is TheHinduIAS?
TheHinduIAS is a Chrome extension developed by https://www.iamsugan.in, and its main feature is "Chrome application to highlight the articles to read.".
Extension Screenshots
Download TheHinduIAS Extension CRX File
Download TheHinduIAS extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Chrome plugin to find the right article to read for your civil service preparation.
Extension Basic Information
Name | |
ID | hnmhbccejffinlkbdlallfdmdeajhmgb |
Official URL | https://chromewebstore.google.com/detail/thehinduias/hnmhbccejffinlkbdlallfdmdeajhmgb |
Description | Chrome application to highlight the articles to read. |
File Size | 66.34 KB |
Installation Count | 15 |
Current Version | 2.0.3 |
Last Updated | 2015-11-16 |
Publish Date | 2015-11-16 |
Rating | 4.00/5 Total 2 Ratings |
Developer | https://www.iamsugan.in |
Payment Type | free |
Supported Languages | 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": [] } |