Validate Page CSS

CSS is validated for the page being viewed

O que é Validate Page CSS?

Validate Page CSS é uma extensão do Chrome desenvolvida por portsaidalenbi, e sua principal característica é "CSS is validated for the page being viewed".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Validate Page CSS

Baixe arquivos de extensão Validate Page CSS 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 enables you to validate the CSS feed on the page being viewed. Simply select "Validate Page CSS" from the context menu.                    

Informações Básicas da Extensão

Nome Validate Page CSS Validate Page CSS
ID hmjfaiddfmhjabcagledbpoppaapacnp
URL Oficial https://chrome.google.com/webstore/detail/validate-page-css/hmjfaiddfmhjabcagledbpoppaapacnp
Descrição CSS is validated for the page being viewed
Tamanho do Arquivo 18.39 KB
Contagem de Instalações 5,064
Versão Atual 0.1
Última Atualização 2013-12-22
Data de Publicação 2013-12-22
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor portsaidalenbi
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "name": "Validate Page CSS",
    "description": "CSS is validated for the page being viewed",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.1",
    "manifest_version": 2
}