Liverefresh

Liverefresh Chrome extension.

What is Liverefresh?

Liverefresh is a Chrome extension developed by shallker, and its main feature is "Liverefresh Chrome extension.".

Extension Screenshots

screenshot

Download Liverefresh Extension CRX File

Download Liverefresh 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

                        LiveReload was too hard for me to understand, so I wrote LiveRefresh.

## Features
* Refresh the page when .jpg .jpeg .js .html files changed, created or deleted
* CSS styles auto reload when .css file changed without refreshing the page                    

Extension Basic Information

Name Liverefresh Liverefresh
ID anjedjjhoempagnghcgbeembkdniplnn
Official URL https://chromewebstore.google.com/detail/liverefresh/anjedjjhoempagnghcgbeembkdniplnn
Description Liverefresh Chrome extension.
File Size 151 KB
Installation Count 65
Current Version 1.0
Last Updated 2013-09-03
Publish Date 2013-09-03
Rating 1.60/5 Total 10 Ratings
Developer shallker
Payment Type free
Extension Website http://github.com/shallker-wang/live-refresh
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Liverefresh",
    "description": "Liverefresh Chrome extension.",
    "version": "1.0",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        ""
    ],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_title": "Liverefresh",
        "default_icon": {
            "19": "icons\/off\/19.png",
            "38": "icons\/off\/38.png"
        }
    },
    "icons": {
        "128": "icons\/128.png",
        "48": "icons\/48.png",
        "16": "icons\/16.png"
    }
}