Search it

Searchs selected text

O que é Search it?

Search it é uma extensão do Chrome desenvolvida por Eretin Oleg, e sua principal característica é "Searchs selected text".

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

                        Allows to search selected on web page text. Key features:
- search engine switcher
- support shortcut Ctrl+Q
- localized for 2 locales: EN and RU                    

Informações Básicas da Extensão

Nome Search it Search it
ID dljiekeckiiiccopfmkfhdegdenbabln
URL Oficial https://chrome.google.com/webstore/detail/search-it/dljiekeckiiiccopfmkfhdegdenbabln
Descrição Searchs selected text
Tamanho do Arquivo 16.92 KB
Contagem de Instalações 15
Versão Atual 0.1
Última Atualização 2016-02-13
Data de Publicação 2016-02-13
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor Eretin Oleg
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "0.1",
    "default_locale": "en",
    "permissions": [
        "contextMenus",
        "tabs",
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "logic.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "commands": {
        "searchIt": {
            "suggested_key": {
                "default": "Ctrl+Q"
            },
            "description": "Search it shortcut"
        }
    },
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    }
}