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文件

下载fb-flo扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}