google-search-highlight

This is an extension that highlights Google's search word.

google-search-highlightคืออะไร?

google-search-highlight เป็นส่วนขยายของ Chrome ที่พัฒนาโดย morix1500 และคุณลักษณะหลักของมันคือ "This is an extension that highlights Google's search word."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย google-search-highlight

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

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

                        This extension highlights words searched by Google on other pages.
It corresponds to the following functions.
・Change color of highlight
・Exact match search
・Disable highlight

The target Google domain is as follows.
・www.google.com
・www.google.co.jp                    

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

ชื่อ google-search-highlight google-search-highlight
ID flaaojfnmmijincblkoigagflgogiego
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/google-search-highlight/flaaojfnmmijincblkoigagflgogiego
คำอธิบาย This is an extension that highlights Google's search word.
ขนาดไฟล์ 42.2 KB
จำนวนการติดตั้ง 257
เวอร์ชันปัจจุบัน 0.3
อัปเดตครั้งล่าสุด 2018-09-17
วันที่เผยแพร่ 2018-09-17
คะแนน 4.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา morix1500
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "google-search-highlight",
    "description": "This is an extension that highlights Google's search word.",
    "version": "0.3",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "jquery.highlight-5.js",
                "content_script.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icon-16x16.png",
        "48": "img\/icon-48x48.png",
        "128": "img\/icon-128x128.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ]
}