CSS Reloader (fixed)

CSS Reloader is a browser extension, that allows you to reload CSS without reloading the page itself.

What is CSS Reloader (fixed)?

CSS Reloader (fixed) is a Chrome extension developed by KhodeN, and its main feature is "CSS Reloader is a browser extension, that allows you to reload CSS without reloading the page itself.".

Download CSS Reloader (fixed) Extension CRX File

Download CSS Reloader (fixed) 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

                        This is fork of https://chrome.google.com/webstore/detail/css-reloader/dnfpcpfijpdhabaoieccoclghgplmpbd extension with fixed error. Works in current Chrome.                    

Extension Basic Information

Name CSS Reloader (fixed) CSS Reloader (fixed)
ID fkbenfjedcbdpmkgbmbliahhmohamdlj
Official URL https://chrome.google.com/webstore/detail/css-reloader-fixed/fkbenfjedcbdpmkgbmbliahhmohamdlj
Description CSS Reloader is a browser extension, that allows you to reload CSS without reloading the page itself.
File Size 85.38 KB
Installation Count 304
Current Version 1.1.2
Last Updated 2016-08-03
Publish Date 2016-08-03
Rating 1.00/5 Total 4 Ratings
Developer KhodeN
Payment Type free
Extension Website https://chrome.google.com/webstore/detail/css-reloader/dnfpcpfijpdhabaoieccoclghgplmpbd
Help Page URL https://chrome.google.com/webstore/detail/css-reloader/dnfpcpfijpdhabaoieccoclghgplmpbd
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "background": {
        "page": "background.htm"
    },
    "content_scripts": [
        {
            "js": [
                "cssreloader.content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "CSS Reloader is a browser extension, that allows you to reload CSS without reloading the page itself.",
    "icons": {
        "128": "icons\/icon_128.png",
        "16": "icons\/icon_16.png",
        "256": "icons\/icon_256.png",
        "48": "icons\/icon_48.png"
    },
    "name": "CSS Reloader (fixed)",
    "options_page": "options.htm",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "tabs"
    ],
    "version": "1.1.2"
}