Highlighted Search

Simultaneously search your favorite sites using the highlighted text on the current screen as the search parameter.

Highlighted Searchคืออะไร?

Highlighted Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gharezlak และคุณลักษณะหลักของมันคือ "Simultaneously search your favorite sites using the highlighted text on the current screen as the search parameter."

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

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

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

                        Use your cursor to highlight someone's name in your current tab, then simply click the icon that appears in your omnibox. That will open 5 new tabs, using the highlighted text as a search parameter, to search Github, LinkedIn, Facebook. Google and Google Scholar, for that person's name.                    

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

ชื่อ Highlighted Search Highlighted Search
ID kabajmplhbdbdmejnmjkpbajiimifdon
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/highlighted-search/kabajmplhbdbdmejnmjkpbajiimifdon
คำอธิบาย Simultaneously search your favorite sites using the highlighted text on the current screen as the search parameter.
ขนาดไฟล์ 124 KB
จำนวนการติดตั้ง 19
เวอร์ชันปัจจุบัน 0.1.3
อัปเดตครั้งล่าสุด 2017-05-11
วันที่เผยแพร่ 2017-05-11
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา gharezlak
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Highlighted Search",
    "manifest_version": 2,
    "description": "Simultaneously search your favorite sites using the highlighted text on the current screen as the search parameter.",
    "version": "0.1.3",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "background",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "browser_action": {
        "default_title": "Dynamic-InMail",
        "default_icon": "icon.png"
    }
}