Automatic keywords Highlighter

Highlight Your input keyword

Automatic keywords Highlighterとは何ですか?

Automatic keywords Highlighterはzakirullahkhan6269によって開発されたChromeの拡張機能で、その主な機能は「Highlight Your input keyword」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Download the extension:
1- Search anything in the Google.com or any sites
2- Click on the extension icon
3- Type the keyword in the input field you want to highlight
4- Your result will be automatically shown to you
4- Enjoy!                    

拡張機能の基本情報

名前 Automatic keywords Highlighter Automatic keywords Highlighter
ID gofneiahehkphmemhfhgndchnfbnbmkf
公式URL https://chromewebstore.google.com/detail/automatic-keywords-highli/gofneiahehkphmemhfhgndchnfbnbmkf
説明 Highlight Your input keyword
ファイルサイズ 1.18 MB
インストール数 382
現在のバージョン 1.0
最終更新日 2021-12-26
公開日 2021-12-26
評価 5.00/5 合計 1 レビュー
開発者 zakirullahkhan6269
Eメール [email protected]
支払い方法 free
対応言語 en-GB
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "lib.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "icon\/128.png",
            "38": "icon\/256.png"
        },
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_browser_action": {
            "description": "Activate the extension",
            "suggested_key": {
                "chromeos": "Ctrl+Shift+F",
                "default": "Ctrl+Shift+F",
                "linux": "Ctrl+Shift+F",
                "mac": "Command+Shift+F"
            }
        }
    },
    "content_scripts": [
        {
            "css": [
                "highlight.css"
            ],
            "js": [
                "jquery\/jquery.js",
                "jquery\/jquery.highlight.js",
                "popup.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Highlight Your input keyword",
    "icons": {
        "128": "icon\/128.png",
        "256": "icon\/256.png"
    },
    "manifest_version": 2,
    "name": "Automatic keywords Highlighter",
    "options_page": "options\/options.html",
    "permissions": [
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "contextMenus"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0"
}