123 Multi-Highlight PRO

Search and highlight multiple words and sentences on web pages with professional precision.

123 Multi-Highlight PROとは何ですか?

123 Multi-Highlight PROはhttps://titanplugins.comによって開発されたChromeの拡張機能で、その主な機能は「Search and highlight multiple words and sentences on web pages with professional precision.」です。

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

screenshot
screenshot
screenshot
screenshot

123 Multi-Highlight PRO拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Highlight multiple words with different colors, get real time stats and make complex search queries.

Imagine this extension as a search wizard for web pages! If you use * in your query, it acts like a magic key that can represent any word. So, if you search "I * unicorns" it finds sentences like "I love unicorns" and "I hate unicorns". It's like having a super-smart search that understands the magic behind your words!

Privacy is our priority! 123 Highlighter PRO respects your privacy. All your data stays on your local machine, and we don't access or save your queries.                    

拡張機能の基本情報

名前 123 Multi-Highlight PRO 123 Multi-Highlight PRO
ID begjjnkmpjhpleiefokjhfenionaffkn
公式URL https://chromewebstore.google.com/detail/123-multi-highlight-pro/begjjnkmpjhpleiefokjhfenionaffkn
説明 Search and highlight multiple words and sentences on web pages with professional precision.
ファイルサイズ 2.4 MB
インストール数 206
現在のバージョン 2.0.2
最終更新日 2024-01-04
公開日 2021-12-28
評価 5.00/5 合計 12 レビュー
開発者 https://titanplugins.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://titanplugins.com/123mhp
ヘルプページのURL https://titanplugins.com/123mhp
プライバシーポリシーページのURL https://titanplugins.com/123mhp-privacy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "123 Multi-Highlight PRO",
    "description": "Search and highlight multiple words and sentences on web pages with professional precision.",
    "version": "2.0.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "123 Multi-Highlight PRO",
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "\/icons\/app_icon.png",
            "48": "\/icons\/app_icon.png",
            "128": "\/icons\/app_icon.png"
        }
    },
    "icons": {
        "128": "\/icons\/app_icon.png"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "tabs"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Alt+S",
                "mac": "Alt+S",
                "chromeos": "Alt+S",
                "linux": "Alt+S"
            }
        }
    }
}