fb-flo
Modify running web apps without reloading
什麼是fb-flo?
fb-flo是由Amjad Masad開發的Chrome擴展程式,該擴展的主要功能是“Modify running web apps without reloading”。
擴展截圖
下載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                     擴展基本資訊
| 名稱 |   |  
| ID | ahkfhobdidabddlalamkkiafpipdfchp | 
| 官方網址 | 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"
    }
}  |  |