Automatic keywords Highlighter

Highlight Your input keyword

Automatic keywords Highlighter là gì?

Automatic keywords Highlighter là một tiện ích mở rộng Chrome được phát triển bởi zakirullahkhan6269, và tính năng chính của nó là "Highlight Your input keyword".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Automatic keywords Highlighter

Tải xuống các tệp mở rộng Automatic keywords Highlighter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Automatic keywords Highlighter Automatic keywords Highlighter
ID gofneiahehkphmemhfhgndchnfbnbmkf
URL Chính Thức https://chromewebstore.google.com/detail/automatic-keywords-highli/gofneiahehkphmemhfhgndchnfbnbmkf
Mô tả Highlight Your input keyword
Kích Thước Tệp 1.18 MB
Số Lần Cài Đặt 382
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-12-26
Ngày Phát Hành 2021-12-26
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển zakirullahkhan6269
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}