fb-flo

Modify running web apps without reloading

Hvad er fb-flo?

fb-flo er en Chrome-udvidelse udviklet af Amjad Masad, og dens hovedfunktion er "Modify running web apps without reloading".

Udvidelsesskærmbilleder

screenshot
screenshot

Download fb-flo-udvidelses-CRX-fil

Download fb-flo-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn fb-flo fb-flo
ID ahkfhobdidabddlalamkkiafpipdfchp
Officiel URL https://chromewebstore.google.com/detail/fb-flo/ahkfhobdidabddlalamkkiafpipdfchp
Beskrivelse Modify running web apps without reloading
Filstørrelse 17.57 KB
Antal Installationer 440
Nuværende Version 0.13
Senest Opdateret 2014-09-01
Udgivelsesdato 2014-09-01
Bedømmelse 4.81/5 Samlet 16 Bedømmelser
Udvikler Amjad Masad
Betalingsmetode free
Udvidelseswebsted http://facebook.github.io/fb-flo/
Hjælpeside-URL https://github.com/facebook/fb-flo
Understøttede Sprog 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"
    }
}