Reload CSS

A developer tool that adds a button to reload only css stylesheets.

Reload CSS क्या है?

Reload CSS https://richard.parnaby-king.co.uk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A developer tool that adds a button to reload only css stylesheets."।

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

screenshot
screenshot

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

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

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

                        A developer tool that adds a button to reload only css stylesheets. It does this by appending a timestamp to the css file path, e.g. `/path/to/file.css` into `/path/to/file.css?7123654789`                    

एक्सटेंशन की मूल जानकारी

नाम Reload CSS Reload CSS
ID ojbbeapndipcgcjgmlelgbgmmalhjkef
आधिकारिक URL https://chromewebstore.google.com/detail/reload-css/ojbbeapndipcgcjgmlelgbgmmalhjkef
विवरण A developer tool that adds a button to reload only css stylesheets.
फ़ाइल का आकार 106 KB
स्थापना संख्या 97
वर्तमान संस्करण 1
अंतिम अपडेट 2016-03-10
प्रकाशन तिथि 2016-03-10
रेटिंग 4.00/5 कुल 1 रेटिंग्स
डेवलपर https://richard.parnaby-king.co.uk
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/richard-parnaby-king/Reload-CSS
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reload CSS",
    "short_name": "Reload CSS",
    "description": "A developer tool that adds a button to reload only css stylesheets.",
    "version": "1",
    "author": "Richard Parnaby-King",
    "homepage_url": "https:\/\/github.com\/richard-parnaby-king\/Reload-CSS",
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}