Highlight Keywords

Highlight keywords on webpage that you visited after searching for a keyword on a search engine.

Highlight Keywordsคืออะไร?

Highlight Keywords เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://sites.google.com/site/extensionshub และคุณลักษณะหลักของมันคือ "Highlight keywords on webpage that you visited after searching for a keyword on a search engine."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Highlight Keywords

ดาวน์โหลดไฟล์ส่วนขยาย Highlight Keywords ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Supported search engines are
✓ Google
✓ Yahoo
✓ Bing
✓ Yandex
✓ Baidu

How to On/Off the highlighter?
Click extension icon to on/off the highlighter.

How it works?

You search for a keyword on a search engine.
Then visit a webpage from returned results.
Keywords will be highlighted on that page.
To on/off the highlighter, just click extension icon.

What you will get with Highlight Keywords?
✓ A great highlighting extension.
✓ New tab page which includes links to popular sites.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Highlight Keywords Highlight Keywords
ID ifboknkcilomhlninjdnphlphadpcjli
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/highlight-keywords/ifboknkcilomhlninjdnphlphadpcjli
คำอธิบาย Highlight keywords on webpage that you visited after searching for a keyword on a search engine.
ขนาดไฟล์ 30.43 KB
จำนวนการติดตั้ง 355
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2017-12-20
วันที่เผยแพร่ 2017-12-20
คะแนน 3.43/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา http://sites.google.com/site/extensionshub
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://freepicturesolutions.com/privacy_policy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Highlight Keywords",
    "default_locale": "en",
    "description": "Highlight keywords on webpage that you visited after searching for a keyword on a search engine.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "version": "1.0",
    "icons": {
        "128": "images\/icon.png"
    },
    "browser_action": {
        "default_icon": "images\/icon.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "images\/*.png",
        "style.css"
    ]
}