CodePen OmniSearch

Search for pens from CodePen.io in the omnibox.

O que é CodePen OmniSearch?

CodePen OmniSearch é uma extensão do Chrome desenvolvida por https://www.extant.elementfx.com, e sua principal característica é "Search for pens from CodePen.io in the omnibox.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão CodePen OmniSearch

Baixe arquivos de extensão CodePen OmniSearch 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

                        Quickly search for pens on CodePen.io from the address bar.

To do a search, click on your address bar and type "cp" (without the quotation marks), then press "Tab" on your keyboard, type what you are searching for and hit "Enter". It's that easy.



NOTE: I am not affiliated with CodePen. Any logos used are the property of CodePen and I did not create them. The CodePen logos can be found here: http://blog.codepen.io/documentation/brand-assets/logos/                    

Informações Básicas da Extensão

Nome CodePen OmniSearch CodePen OmniSearch
ID nhhllinajngichobomhaainophdohgpj
URL Oficial https://chromewebstore.google.com/detail/codepen-omnisearch/nhhllinajngichobomhaainophdohgpj
Descrição Search for pens from CodePen.io in the omnibox.
Tamanho do Arquivo 11.51 KB
Contagem de Instalações 291
Versão Atual 1.0
Última Atualização 2015-03-14
Data de Publicação 2015-03-14
Classificação 4.50/5 Total de 4 Avaliações
Desenvolvedor https://www.extant.elementfx.com
Tipo de Pagamento free
Site da Extensão http://www.extant.elementfx.com/CodePen_OmniSearch/index.html
URL da Página de Ajuda http://www.extant.elementfx.com/CodePen_OmniSearch/index.html
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CodePen OmniSearch",
    "version": "1.0",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "description": "Search for pens from CodePen.io in the omnibox.",
    "background": {
        "scripts": [
            "search.js"
        ]
    },
    "omnibox": {
        "keyword": "cp"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}