Highlight to Search
Press Alt+Shift+Y to search for the selected text on Yahoo.
Highlight to Searchคืออะไร?
Highlight to Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย lironkartz และคุณลักษณะหลักของมันคือ "Press Alt+Shift+Y to search for the selected text on Yahoo."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Highlight to Search
ดาวน์โหลดไฟล์ส่วนขยาย Highlight to Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This nifty extensions helps you quickly search on the Yahoo search engine the current highlighted text. All you need to do is press the Alt+Shift+Y key combination to search the selected text on Yahoo.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | lncokdgmmjicggolpdppfgbjeaikekhn |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/highlight-to-search/lncokdgmmjicggolpdppfgbjeaikekhn |
คำอธิบาย | Press Alt+Shift+Y to search for the selected text on Yahoo. |
ขนาดไฟล์ | 8.71 KB |
จำนวนการติดตั้ง | 4,520 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2014-01-02 |
วันที่เผยแพร่ | 2014-01-02 |
คะแนน | 3.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | lironkartz |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Highlight to Search", "description": "Press Alt+Shift+Y to search for the selected text on Yahoo.", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "version": "0.1", "manifest_version": 2, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "commands": { "yahoo-search": { "suggested_key": { "default": "Alt+Shift+Y" }, "description": "Yahoo search selected text" } } } |