Hightlight to Search Faster

Quicker and simpler than the Google's official extension! Select a word then click a button to open a results page on Google. Any…

Hightlight to Search Fasterคืออะไร?

Hightlight to Search Faster เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MI และคุณลักษณะหลักของมันคือ "Quicker and simpler than the Google's official extension! Select a word then click a button to open a results page on Google. Any…"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hightlight to Search Faster

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

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

                        Quicker and simpler than the Google's official extension!
Select a word then click a button to open a results page on Google.
Any word you highlight with your mouse cursor on any webpage will bring up a search magnifying glass icon below it. Clicking on that will open the results page on Google in a new Chrome tab.                    

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

ชื่อ Hightlight to Search Faster Hightlight to Search Faster
ID llpnnfnkbcghmlmfmkjkkklfjofdbkfh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hightlight-to-search-fast/llpnnfnkbcghmlmfmkjkkklfjofdbkfh
คำอธิบาย Quicker and simpler than the Google's official extension! Select a word then click a button to open a results page on Google. Any…
ขนาดไฟล์ 10.63 KB
จำนวนการติดตั้ง 221
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2014-10-29
วันที่เผยแพร่ 2014-10-29
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา MI
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://blendedway.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hightlight to Search Faster",
    "version": "0.0.2",
    "icons": {
        "38": "images\/icon38.png",
        "48": "images\/icon48.png"
    },
    "browser_action": {
        "default_title": "Faster Highlight to Search",
        "default_icon": "images\/icon38.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "images\/*.png"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "contentscript.css"
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}