fb-flo

Modify running web apps without reloading

fb-flo란 무엇입니까?

fb-flo은(는) Amjad Masad에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Modify running web apps without reloading"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

fb-flo 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        fb-flo is a Chrome extension that lets you modify running apps without reloading. It's easy to integrate with your build system, dev environment, and can be used with your favorite editor.

* Live edit JavaScript, CSS, Images and basically any static resource.
* Works with your editor of your choice.
* Easily integrates with your build step, no matter how complex.
* Easily integrates with your dev environment.
* Configurable and hackable.


Visit the Github project page for documentation https://github.com/facebook/fb-flo#usage                    

확장 프로그램 기본 정보

이름 fb-flo fb-flo
ID ahkfhobdidabddlalamkkiafpipdfchp
공식 URL https://chromewebstore.google.com/detail/fb-flo/ahkfhobdidabddlalamkkiafpipdfchp
설명 Modify running web apps without reloading
파일 크기 17.57 KB
설치 횟수 440
현재 버전 0.13
최근 업데이트 2014-09-01
출시 날짜 2014-09-01
평점 4.81/5 총 16 개의 평점
개발자 Amjad Masad
결제 유형 free
확장 프로그램 웹 사이트 http://facebook.github.io/fb-flo/
도움말 페이지 URL https://github.com/facebook/fb-flo
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "fb-flo",
    "version": "0.13",
    "description": "Modify running web apps without reloading",
    "devtools_page": "devtools.html",
    "manifest_version": 2,
    "permissions": [
        "*:\/\/*\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "logo.png"
    }
}