WebPlatform Search Companion

Are you a web developer? Install this extension and get a direct link to WebPlatform docs for any documented property or feature.…

O que é WebPlatform Search Companion?

WebPlatform Search Companion é uma extensão do Chrome desenvolvida por mangini, e sua principal característica é "Are you a web developer? Install this extension and get a direct link to WebPlatform docs for any documented property or feature.…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão WebPlatform Search Companion

Baixe arquivos de extensão WebPlatform Search Companion 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

                        Are you a web developer? Install this extension and get a direct link to WebPlatform docs for any documented property or feature. 

Just type "wpd"+space on your Chrome omnibox (that box where you type URLs) and the extension will be activated. Then, type whatever CSS property, for exemple, and you will get direct URLs to the corresponding http://webplatform.org pages.

Example; type "wpd  border" and you will get the direct links to
css: properties/border
css: properties/border-bottom
css: properties/border-bottom-color
css: properties/border-bottom-color-left-radius
css: properties/border-bottom-color-right-radius                    

Informações Básicas da Extensão

Nome WebPlatform Search Companion WebPlatform Search Companion
ID cmnfpmlchcgefcboofmabaaclkgnoiei
URL Oficial https://chromewebstore.google.com/detail/webplatform-search-compan/cmnfpmlchcgefcboofmabaaclkgnoiei
Descrição Are you a web developer? Install this extension and get a direct link to WebPlatform docs for any documented property or feature.…
Tamanho do Arquivo 22.05 KB
Contagem de Instalações 52
Versão Atual 1.0
Última Atualização 2012-12-13
Data de Publicação 2012-12-12
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor mangini
Tipo de Pagamento free
Site da Extensão http://webplatform.org
Idiomas Suportados en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WebPlatform Search Companion",
    "version": "1.0",
    "omnibox": {
        "keyword": "wpd"
    },
    "icons": {
        "16": "logo-16.png",
        "128": "logo-128.png"
    },
    "permissions": [
        "http:\/\/docs.webplatform.org\/*"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    }
}