Highlight google search result text

Search something on google, select some text below one of the result link, click the link and text you selected will be highlighted

Highlight google search result textคืออะไร?

Highlight google search result text เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Zudwa และคุณลักษณะหลักของมันคือ "Search something on google, select some text below one of the result link, click the link and text you selected will be highlighted"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Highlight google search result text

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

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

                                            

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

ชื่อ Highlight google search result text Highlight google search result text
ID kafonnappobpdlafifbfbenjabakmihe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/highlight-google-search-r/kafonnappobpdlafifbfbenjabakmihe
คำอธิบาย Search something on google, select some text below one of the result link, click the link and text you selected will be highlighted
ขนาดไฟล์ 12.97 KB
จำนวนการติดตั้ง 75
เวอร์ชันปัจจุบัน 0.1.3
อัปเดตครั้งล่าสุด 2014-04-03
วันที่เผยแพร่ 2014-04-02
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Zudwa
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Highlight google search result text",
    "description": "Search something on google, select some text below one of the result link, click the link and text you selected will be highlighted",
    "version": "0.1.3",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "google-search.js",
                "search-result.js"
            ]
        }
    ],
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ]
}