Selection Highlighter
Highlight your selecting text.
Selection Highlighterとは何ですか?
Selection Highlighterはhttps://cuckookettle.infoによって開発されたChromeの拡張機能で、その主な機能は「Highlight your selecting text.」です。
拡張機能のスクリーンショット
Selection Highlighter拡張機能のCRXファイルをダウンロード
Selection Highlighter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
選択したテキストをハイライト表示するエクステンションです。
テキストを選択すると、文書中のすべての同じテキストをハイライト表示します。
2013/09/08
文字の選択が解除されるバグを修正 拡張機能の基本情報
| 名前 | |
| ID | fjolimpbjfkbagdhndlanjnlpbchgibh |
| 公式URL | https://chromewebstore.google.com/detail/selection-highlighter/fjolimpbjfkbagdhndlanjnlpbchgibh |
| 説明 | Highlight your selecting text. |
| ファイルサイズ | 36.68 KB |
| インストール数 | 48 |
| 現在のバージョン | 1.0.2 |
| 最終更新日 | 2013-09-07 |
| 公開日 | 2013-09-07 |
| 評価 | 4.50/5 合計 2 レビュー |
| 開発者 | https://cuckookettle.info |
| 支払い方法 | free |
| 対応言語 | ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Selection Highlighter",
"description": "Highlight your selecting text.",
"version": "1.0.2",
"icons": {
"128": "images\/app_icon_128x128.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"css": [
"css\/selection-highlighter.css"
],
"js": [
"js\/jslib\/jquery-2.0.2.min.js",
"js\/jslib\/jquery.highlight-4.closure.js",
"js\/content_script.js"
]
}
]
} | |