Automatic keywords Highlighter

Highlight Your input keyword

Automatic keywords Highlighterคืออะไร?

Automatic keywords Highlighter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย zakirullahkhan6269 และคุณลักษณะหลักของมันคือ "Highlight Your input keyword"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Automatic keywords Highlighter

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
}