Search Highlighter

Search and highlight keywords in any webpage via toolbar popup.

Search Highlighterとは何ですか?

Search HighlighterはYubiによって開発されたChromeの拡張機能で、その主な機能は「Search and highlight keywords in any webpage via toolbar popup.」です。

拡張機能のスクリーンショット

screenshot

Search Highlighter拡張機能のCRXファイルをダウンロード

Search Highlighter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Search Highlighter is an extension that enables you to find and highlight desired keywords on any web page.

Simply navigate to a web page, then, open toolbar popup UI and type your keyword in the designated area. Then click on the - Find - button or press - Enter - on your keyboard. All the matching words within the web page will be highlighted with yellow color. If you click on the - Clear - Button, the highlighted words will be cleared. There are also several options within the options page to adjust highlight functionality.

To report bugs, please fill out the bug report form on the addon's homepage (https://mybrowseraddon.com/search-highlighter.html).                    

拡張機能の基本情報

名前 Search Highlighter Search Highlighter
ID ddhleiedaebfmlcefloachgifidhogde
公式URL https://chromewebstore.google.com/detail/search-highlighter/ddhleiedaebfmlcefloachgifidhogde
説明 Search and highlight keywords in any webpage via toolbar popup.
ファイルサイズ 40.26 KB
インストール数 3,000
現在のバージョン 0.1.4
最終更新日 2023-08-29
公開日 2019-03-10
評価 2.86/5 合計 14 レビュー
開発者 Yubi
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://mybrowseraddon.com/search-highlighter.html
ヘルプページのURL https://mybrowseraddon.com/search-highlighter.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.4",
    "manifest_version": 3,
    "offline_enabled": true,
    "name": "Search Highlighter",
    "homepage_url": "https:\/\/mybrowseraddon.com\/search-highlighter.html",
    "description": "Search and highlight keywords in any webpage via toolbar popup.",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_title": "Search Highlighter",
        "default_popup": "data\/popup\/popup.html",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "commands": {
        "search-highlighter": {
            "description": "Search Highlighter",
            "suggested_key": {
                "mac": "Alt+Shift+F",
                "default": "Alt+Shift+F"
            }
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}