HighLight Search
Highlight a word and immediately get its definition!
HighLight Searchとは何ですか?
HighLight Searchはkkatongoによって開発されたChromeの拡張機能で、その主な機能は「Highlight a word and immediately get its definition!」です。
拡張機能のスクリーンショット
HighLight Search拡張機能のCRXファイルをダウンロード
HighLight Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Hold down "D" and highlight a word to get its dictionary definition, hold down "M" and highlight a movie title to get its IMDB summary and hold down "W" and highlight a name or organization to get is Wikipedia summary. 拡張機能の基本情報
| 名前 | |
| ID | fjdfnldionchjgjaphkfinfgaegokeaf |
| 公式URL | https://chromewebstore.google.com/detail/highlight-search/fjdfnldionchjgjaphkfinfgaegokeaf |
| 説明 | Highlight a word and immediately get its definition! |
| ファイルサイズ | 1.11 MB |
| インストール数 | 48 |
| 現在のバージョン | 0.0.1 |
| 最終更新日 | 2016-06-19 |
| 公開日 | 2016-06-18 |
| 開発者 | kkatongo |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "HighLight Search",
"description": "Highlight a word and immediately get its definition!",
"version": "0.0.1",
"icons": {
"128": ".\/images\/logo.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"css": [
"styles\/style.css"
],
"js": [
"bower_components\/jquery\/dist\/jquery.js",
"bower_components\/xml-to-json\/xml.js",
"scripts\/onload.js"
],
"run_at": "document_end",
"all_frames": true
}
],
"background": {
"scripts": [
"scripts\/background.js"
]
}
} | |