Differen-CSS

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

Τι είναι το Differen-CSS;

Το Differen-CSS είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ptdimitry, και η κύρια λειτουργία του είναι "Extends the Developer Tools, adding a panel that displays all othe css changes made in the current page".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Differen-CSS

Λήψη αρχείων επέκτασης Differen-CSS σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα Differen-CSS Differen-CSS
ID mhdldhbhcebniefiggncejedoicijole
Επίσημο URL https://chrome.google.com/webstore/detail/differen-css/mhdldhbhcebniefiggncejedoicijole
Περιγραφή Extends the Developer Tools, adding a panel that displays all othe css changes made in the current page
Μέγεθος Αρχείου 25.1 KB
Αριθμός Εγκαταστάσεων 96
Τρέχουσα Έκδοση 0.11
Τελευταία Ενημέρωση 2016-10-26
Ημερομηνία Δημοσίευσης 2016-10-26
Αξιολόγηση 2.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής ptdimitry
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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
}