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 |
官方網址 | 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": [] } |