TheHinduIAS
Chrome application to highlight the articles to read.
什么是TheHinduIAS?
TheHinduIAS是由https://www.iamsugan.in开发的Chrome扩展程序,该扩展的主要功能是“Chrome application to highlight the articles to read.”。
扩展截图
下载TheHinduIAS扩展crx文件
下载TheHinduIAS扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Chrome plugin to find the right article to read for your civil service preparation.
扩展基本信息
名称 | |
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": [] } |