Differen-CSS

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

Cos'è Differen-CSS?

Differen-CSS è un'estensione di Chrome sviluppata da ptdimitry, e la sua funzione principale è "Extends the Developer Tools, adding a panel that displays all othe css changes made in the current page".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Differen-CSS

Scarica i file di estensione Differen-CSS in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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 :)                    

Informazioni di Base sull'Estensione

Nome Differen-CSS Differen-CSS
ID mhdldhbhcebniefiggncejedoicijole
URL Ufficiale https://chrome.google.com/webstore/detail/differen-css/mhdldhbhcebniefiggncejedoicijole
Descrizione Extends the Developer Tools, adding a panel that displays all othe css changes made in the current page
Dimensione del File 25.1 KB
Conteggio Installazioni 96
Versione Corrente 0.11
Ultimo Aggiornamento 2016-10-26
Data di Pubblicazione 2016-10-26
Valutazione 2.00/5 Totale 1 Valutazioni
Sviluppatore ptdimitry
Tipo di Pagamento free
Lingue Supportate 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
}