Reload CSS

By clicking icon, this extension reloads only the CSS files loaded in the active tab. Can also reload CSS files within iframe.…

Reload CSS क्या है?

Reload CSS Ozawa Masayuki द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "By clicking icon, this extension reloads only the CSS files loaded in the active tab. Can also reload CSS files within iframe.…"।

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

screenshot

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

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

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

                        By clicking icon, this extension reloads only the CSS files loaded in the active tab.
Can also reload CSS files within iframe.
Minimum resource usage (only activated when the extension's icon was clicked).
Open sourced.                    

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

नाम Reload CSS Reload CSS
ID ckaofffdgmblmfkglibpaleigpldjjem
आधिकारिक URL https://chromewebstore.google.com/detail/reload-css/ckaofffdgmblmfkglibpaleigpldjjem
विवरण By clicking icon, this extension reloads only the CSS files loaded in the active tab. Can also reload CSS files within iframe.…
फ़ाइल का आकार 7.48 KB
स्थापना संख्या 2,509
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2020-11-22
प्रकाशन तिथि 2018-09-27
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर Ozawa Masayuki
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/ozami/reload-css
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reload CSS",
    "description": "",
    "version": "1.0.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    }
}