Differen-CSS

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

Differen-CSS क्या है?

Differen-CSS ptdimitry द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extends the Developer Tools, adding a panel that displays all othe css changes made in the current page"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Differen-CSS एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}