fb-flo
Modify running web apps without reloading
What is fb-flo?
fb-flo is a Chrome extension developed by Amjad Masad, and its main feature is "Modify running web apps without reloading".
Extension Screenshots
Download fb-flo Extension CRX File
Download fb-flo extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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 Extension Basic Information
| Name | |
| ID | ahkfhobdidabddlalamkkiafpipdfchp |
| Official URL | https://chromewebstore.google.com/detail/fb-flo/ahkfhobdidabddlalamkkiafpipdfchp |
| Description | Modify running web apps without reloading |
| File Size | 17.57 KB |
| Installation Count | 440 |
| Current Version | 0.13 |
| Last Updated | 2014-09-01 |
| Publish Date | 2014-09-01 |
| Rating | 4.81/5 Total 16 Ratings |
| Developer | Amjad Masad |
| Payment Type | free |
| Extension Website | http://facebook.github.io/fb-flo/ |
| Help Page URL | https://github.com/facebook/fb-flo |
| Supported Languages | 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"
}
} | |