mimosa-livereload

Livereload for mimosa web framework server (http://mimosa.io)

mimosa-livereload란 무엇입니까?

mimosa-livereload은(는) Ivan Fraixedes에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Livereload for mimosa web framework server (http://mimosa.io)"입니다.

확장 프로그램 스크린샷

screenshot

mimosa-livereload 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Livereload extension for mimosa web framework server (http://mimosa.io).
With this extension you don't need to add to your web pages (probably in the layout) "socket.io" (unless that you use it for your own implementation) and  "reload-client.js" scripts, basically it will deal with the server to reload your page whenever server notify changes.

To enable livereload in a tab, press the icon that extension provide in the browser action bar; the icon is the mimosa flame, which appear in black & white when is disabled and in its original color when it is enabled.                    

확장 프로그램 기본 정보

이름 mimosa-livereload mimosa-livereload
ID ilabemofohmfjciemambcomieohbchip
공식 URL https://chromewebstore.google.com/detail/mimosa-livereload/ilabemofohmfjciemambcomieohbchip
설명 Livereload for mimosa web framework server (http://mimosa.io)
파일 크기 73.62 KB
설치 횟수 83
현재 버전 0.0.1
최근 업데이트 2014-04-21
출시 날짜 2014-04-21
개발자 Ivan Fraixedes
결제 유형 free
확장 프로그램 웹 사이트 http://mimosa.io
도움말 페이지 URL https://github.com/ifraixedes/chrome-extension-mimosa-livereload/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "mimosa-livereload",
    "version": "0.0.1",
    "author": "Ivan Fraixedes  (http:\/\/ivan.fraixed.es)",
    "description": "Livereload for mimosa web framework server (http:\/\/mimosa.io)",
    "icons": {
        "16": "img\/flame-from-logo-16.png",
        "48": "img\/flame-from-logo-48.png",
        "128": "img\/mimosa-logo-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/flame-from-logo-19-bw.png",
            "38": "img\/flame-from-logo-38-bw.png"
        },
        "default_title": "Mimosa auto-reload"
    },
    "permissions": [],
    "background": {
        "scripts": [
            "scripts\/socket.io.js",
            "scripts\/live-reload.js",
            "scripts\/switcher.js"
        ]
    }
}