Differen-CSS

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

Qu'est-ce que Differen-CSS ?

Differen-CSS est une extension Chrome développée par ptdimitry, et sa fonction principale est "Extends the Developer Tools, adding a panel that displays all othe css changes made in the current page".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Differen-CSS

Téléchargez les fichiers d'extension Differen-CSS au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Differen-CSS Differen-CSS
ID mhdldhbhcebniefiggncejedoicijole
URL Officiel https://chrome.google.com/webstore/detail/differen-css/mhdldhbhcebniefiggncejedoicijole
Description Extends the Developer Tools, adding a panel that displays all othe css changes made in the current page
Taille du Fichier 25.1 KB
Nombre d'Installations 96
Version Actuelle 0.11
Dernière Mise à Jour 2016-10-26
Date de Publication 2016-10-26
Évaluation 2.00/5 Total 1 Évaluations
Développeur ptdimitry
Type de Paiement free
Langues Prises en Charge 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
}