Easy Search

Add search engine easily.

Cos'è Easy Search?

Easy Search è un'estensione di Chrome sviluppata da Vere Perrot, e la sua funzione principale è "Add search engine easily.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Easy Search

Scarica i file di estensione Easy Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Easy Search Easy Search
ID jnmolchiicelkdmmabpbinpbccajkobf
URL Ufficiale https://chrome.google.com/webstore/detail/easy-search/jnmolchiicelkdmmabpbinpbccajkobf
Descrizione Add search engine easily.
Dimensione del File 26.19 KB
Conteggio Installazioni 33
Versione Corrente 1.2
Ultimo Aggiornamento 2016-01-12
Data di Pubblicazione 2016-01-12
Sviluppatore Vere Perrot
Tipo di Pagamento free
Lingue Supportate 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"
    }
}