Luba AutoReload

Refresh or reload the browser on a change of HTML, Javascript, CSS, SVG, ...

Luba AutoReload란 무엇입니까?

Luba AutoReload은(는) http://www.webdesigncentral.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Refresh or reload the browser on a change of HTML, Javascript, CSS, SVG, ..."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Luba AutoReload 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Troubleshooting:
Add a shortcut of chrome with the following command line : 
--allow-scripting-gallery

Watch on changes for a local or internet website. Automatically refreshes the web browser on any modification.

✓ Refresh Chrome-Browser
✓ Fast and simple
✓ Html, Javascript, CSS, ...
✓ http:// or file://
✓ Order, Filter for *.*
X No PHP, CSHMTL...

Usage:
- navigate to URL
- click on extension ico
- select any resources
- click on save button                    

확장 프로그램 기본 정보

이름 Luba AutoReload Luba AutoReload
ID pbkdhjjigfmmodacjodghoioeglbmieo
공식 URL https://chrome.google.com/webstore/detail/luba-autoreload/pbkdhjjigfmmodacjodghoioeglbmieo
설명 Refresh or reload the browser on a change of HTML, Javascript, CSS, SVG, ...
파일 크기 316 KB
설치 횟수 294
현재 버전 1.4
최근 업데이트 2015-06-15
출시 날짜 2015-06-15
평점 1.73/5 총 33 개의 평점
개발자 http://www.webdesigncentral.net
결제 유형 free
확장 프로그램 웹 사이트 http://www.webdesigncentral.net
도움말 페이지 URL http://www.webdesigncentral.net/support?reason=2
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Luba AutoReload",
    "version": "1.4",
    "description": "Refresh or reload the browser on a change of HTML, Javascript, CSS, SVG, ...",
    "icons": {
        "128": "Images\/icon128.png",
        "38": "Images\/icon38.png",
        "19": "Images\/icon19.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "Images\/icon128.png",
            "38": "Images\/icon38.png",
            "19": "Images\/icon19.png"
        },
        "default_title": "Luba AutoReload",
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "Scripts\/app\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "Scripts\/libs\/watcher.js",
                "Scripts\/libs\/collector.js"
            ]
        }
    ],
    "permissions": [
        "",
        "tabs",
        "background"
    ]
}