Differen-CSS

Extends the Developer Tools, adding a panel that displays all othe css changes made in the current page

O que é Differen-CSS?

Differen-CSS é uma extensão do Chrome desenvolvida por ptdimitry, e sua principal característica é "Extends the Developer Tools, adding a panel that displays all othe css changes made in the current page".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Differen-CSS

Baixe arquivos de extensão Differen-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 is a tool for Web Developers that keeps track of all the CSS modifications made in the current page - inline, embedded and linked. The changes are saved in a separate panel (in developer tools) and could be downloaded for updating reference.
Please note that the extension is still in very alpha stage, and not intended for a lot of CSS changes
P.S. link to github to follow :)                    

Informações Básicas da Extensão

Nome Differen-CSS Differen-CSS
ID mhdldhbhcebniefiggncejedoicijole
URL Oficial https://chrome.google.com/webstore/detail/differen-css/mhdldhbhcebniefiggncejedoicijole
Descrição Extends the Developer Tools, adding a panel that displays all othe css changes made in the current page
Tamanho do Arquivo 25.1 KB
Contagem de Instalações 96
Versão Atual 0.11
Última Atualização 2016-10-26
Data de Publicação 2016-10-26
Classificação 2.00/5 Total de 1 Avaliações
Desenvolvedor ptdimitry
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Differen-CSS",
    "version": "0.11",
    "description": "Extends the Developer Tools, adding a panel that displays all othe css changes made in the current page",
    "devtools_page": "main-differen-css.html",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/\/*\/*"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        "inpage-differen-css.js"
    ],
    "manifest_version": 2
}