Search It!

Easily search Google in a new tab or window. Easily change the search type (like for images), optionally store searches for re-use.

O que é Search It!?

Search It! é uma extensão do Chrome desenvolvida por https://upway2late.com, e sua principal característica é "Easily search Google in a new tab or window. Easily change the search type (like for images), optionally store searches for re-use.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Search It!

Baixe arquivos de extensão Search It! no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        This extension is for easily initiating new Google searches.

The search term box supports Google auto suggest.

Domain options are Any/Current/Specify. Current & Specify searches save the domain for re-use later.

Type options are Web/Image/Video/Maps/News/Shopping.

Results can be sent to the current tab, a new tab, or a new window.

Searches are (optionally) stored for future re-use.

All stored search and domain information can be easily deleted.                    

Informações Básicas da Extensão

Nome Search It! Search It!
ID bojojkkfhcebglmfbmaplhfkjfhaefaj
URL Oficial https://chromewebstore.google.com/detail/search-it/bojojkkfhcebglmfbmaplhfkjfhaefaj
Descrição Easily search Google in a new tab or window. Easily change the search type (like for images), optionally store searches for re-use.
Tamanho do Arquivo 42.08 KB
Contagem de Instalações 226
Versão Atual 1.0.0.0
Última Atualização 2016-09-22
Data de Publicação 2016-09-22
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor https://upway2late.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.upway2late.com/projects/chrome-google-search-extension
URL da Página de Ajuda http://www.upway2late.com/projects/chrome-google-search-extension
URL da Página de Política de Privacidade http://www.upway2late.com
Idiomas Suportados en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Search It!",
    "version": "1.0.0.0",
    "description": "Easily search Google in a new tab or window. Easily change the search type (like for images), optionally store searches for re-use.",
    "icons": {
        "16": "world_16.png",
        "48": "world_48.png",
        "128": "world_128.png"
    },
    "browser_action": {
        "default_icon": "world_19.png",
        "default_title": "Search It!",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/google.com\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "manifest_version": 2
}