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": []
} | |