Reload CSS

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

What is Reload CSS?

Reload CSS is a Chrome extension developed by Ozawa Masayuki, and its main feature is "By clicking icon, this extension reloads only the CSS files loaded in the active tab. Can also reload CSS files within iframe.…".

Extension Screenshots

screenshot

Download Reload CSS Extension CRX File

Download Reload CSS extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Reload CSS Reload CSS
ID ckaofffdgmblmfkglibpaleigpldjjem
Official URL https://chromewebstore.google.com/detail/reload-css/ckaofffdgmblmfkglibpaleigpldjjem
Description By clicking icon, this extension reloads only the CSS files loaded in the active tab. Can also reload CSS files within iframe.…
File Size 7.48 KB
Installation Count 2,509
Current Version 1.0.1
Last Updated 2020-11-22
Publish Date 2018-09-27
Rating 5.00/5 Total 3 Ratings
Developer Ozawa Masayuki
Email [email protected]
Payment Type free
Extension Website https://github.com/ozami/reload-css
Supported Languages 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"
        }
    }
}