Super Highlight Search
In-page text search tool. High contrast highlighting makes it easy to find!
Super Highlight Searchとは何ですか?
Super Highlight Searchはfumito80によって開発されたChromeの拡張機能で、その主な機能は「In-page text search tool. High contrast highlighting makes it easy to find!」です。
拡張機能のスクリーンショット
Super Highlight Search拡張機能のCRXファイルをダウンロード
Super Highlight Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
FEATURES:
=========
• View a summary list of search results
• Regular expression search
KEYBOARD SHORTCUTS:
====================
ENTER or ↓(Down arrow): Finds the next match
SHIFT+ENTER or ↑(Up arrow): Finds the previous match
ESC on page: Clear the results
UPDATES:
========
v1.0.5
- FIXED: Search for pages including IFRAME does not work.
v1.0.4
- FIXED: When typing quickly, search results shown as hits even though it is not a hit sometimes.
- UPDATE: Icon creation from canvas to svg for clearer display.
v1.0.1
Migrated to Manifest V3.
v0.3.7.0
We've caught up with Chrome 61, finally.
Selection follows document scrolling. 拡張機能の基本情報
| 名前 | |
| ID | mnnlboenenpikhopbchpjikllhibfocl |
| 公式URL | https://chromewebstore.google.com/detail/super-highlight-search/mnnlboenenpikhopbchpjikllhibfocl |
| 説明 | In-page text search tool. High contrast highlighting makes it easy to find! |
| ファイルサイズ | 19.04 KB |
| インストール数 | 9,164 |
| 現在のバージョン | 1.0.5 |
| 最終更新日 | 2022-04-20 |
| 公開日 | 2019-04-13 |
| 評価 | 4.19/5 合計 48 レビュー |
| 開発者 | fumito80 |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Super Highlight Search",
"description": "In-page text search tool. High contrast highlighting makes it easy to find!",
"version": "1.0.5",
"default_locale": "en",
"action": {
"default_title": "Super Highlight Search",
"default_icon": "images\/popup16.png",
"default_popup": "popup.html"
},
"commands": {
"_execute_action": {
"suggested_key": "Ctrl+Shift+F",
"description": "Toggle Super Highlight Search"
}
},
"permissions": [
"scripting",
"activeTab"
]
} | |