Easy Search
Add search engine easily.
什麼是Easy Search?
Easy Search是由Vere Perrot開發的Chrome擴展程式,該擴展的主要功能是“Add search engine easily.”。
擴展截圖
下載Easy Search擴展crx文件
下載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 a in 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 |
| 官方網址 | 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"
}
} | |