Liverefresh

Liverefresh Chrome extension.

Liverefreshとは何ですか?

Liverefreshはshallkerによって開発されたChromeの拡張機能で、その主な機能は「Liverefresh Chrome extension.」です。

拡張機能のスクリーンショット

screenshot

Liverefresh拡張機能のCRXファイルをダウンロード

Liverefresh拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Liverefresh Liverefresh
ID anjedjjhoempagnghcgbeembkdniplnn
公式URL https://chromewebstore.google.com/detail/liverefresh/anjedjjhoempagnghcgbeembkdniplnn
説明 Liverefresh Chrome extension.
ファイルサイズ 151 KB
インストール数 65
現在のバージョン 1.0
最終更新日 2013-09-03
公開日 2013-09-03
評価 1.60/5 合計 10 レビュー
開発者 shallker
支払い方法 free
拡張機能のウェブサイト http://github.com/shallker-wang/live-refresh
対応言語 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"
    }
}