Easy Search
Add search engine easily.
Easy Searchคืออะไร?
Easy Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Vere Perrot และคุณลักษณะหลักของมันคือ "Add search engine easily."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Easy Search
ดาวน์โหลดไฟล์ส่วนขยาย Easy Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Add or edit search engines in the location bar. And search via keywords. Feature: * Add search engine Step: Type ain the location bar to add a search engine Example: a http://www.google.com * Search via a keyword Step: Type Example: a go USA * Add a %s search engine Step: Type a in the location bar to add a search engine Example: a https://en.wikipedia.org/wiki/%s * Modify the keyword Step: Type a == in the location bar to add a search engine Example: a google=http://www.google.com * Have suggest list Step: Type a will show a suggest list under the location bar Example: a go http://www.google.com * Search engines context menu Step: select a text in a web page, then right click to show the search engines menu for searching. Or just right click to select a search engine in the search engines menu, then type some text in the pop up text box for searching.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jnmolchiicelkdmmabpbinpbccajkobf |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/easy-search/jnmolchiicelkdmmabpbinpbccajkobf |
คำอธิบาย | Add search engine easily. |
ขนาดไฟล์ | 26.19 KB |
จำนวนการติดตั้ง | 33 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2016-01-12 |
วันที่เผยแพร่ | 2016-01-12 |
ผู้พัฒนา | Vere Perrot |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "description": "__MSG_description__", "version": "1.2", "author": "Vere Perrot", "default_locale": "en", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "storage", "contextMenus" ], "omnibox": { "keyword": "a" } } |