fb-flo

Modify running web apps without reloading

Was ist fb-flo?

fb-flo ist eine Chrome-Erweiterung, die von Amjad Masad entwickelt wurde, und ihr Hauptmerkmal ist "Modify running web apps without reloading".

Erweiterungsscreenshots

screenshot
screenshot

fb-flo-Erweiterungs-CRX-Datei herunterladen

Laden Sie fb-flo-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name fb-flo fb-flo
ID ahkfhobdidabddlalamkkiafpipdfchp
Offizielle URL https://chromewebstore.google.com/detail/fb-flo/ahkfhobdidabddlalamkkiafpipdfchp
Beschreibung Modify running web apps without reloading
Dateigröße 17.57 KB
Installationsanzahl 440
Aktuelle Version 0.13
Letztes Update 2014-09-01
Veröffentlichungsdatum 2014-09-01
Bewertung 4.81/5 Insgesamt 16 Bewertungen
Entwickler Amjad Masad
Zahlungsart free
Erweiterungswebsite http://facebook.github.io/fb-flo/
Hilfeseite URL https://github.com/facebook/fb-flo
Unterstützte Sprachen 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"
    }
}