Easy Search

Add search engine easily.

Easy Searchとは何ですか?

Easy SearchはVere Perrotによって開発されたChromeの拡張機能で、その主な機能は「Add search engine easily.」です。

拡張機能のスクリーンショット

screenshot

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.                    

拡張機能の基本情報

名前 Easy Search Easy Search
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"
    }
}