fb-flo

Modify running web apps without reloading

Qu'est-ce que fb-flo ?

fb-flo est une extension Chrome développée par Amjad Masad, et sa fonction principale est "Modify running web apps without reloading".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension fb-flo

Téléchargez les fichiers d'extension fb-flo au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom fb-flo fb-flo
ID ahkfhobdidabddlalamkkiafpipdfchp
URL Officiel https://chromewebstore.google.com/detail/fb-flo/ahkfhobdidabddlalamkkiafpipdfchp
Description Modify running web apps without reloading
Taille du Fichier 17.57 KB
Nombre d'Installations 440
Version Actuelle 0.13
Dernière Mise à Jour 2014-09-01
Date de Publication 2014-09-01
Évaluation 4.81/5 Total 16 Évaluations
Développeur Amjad Masad
Type de Paiement free
Site Web de l'Extension http://facebook.github.io/fb-flo/
URL de la Page d'Aide https://github.com/facebook/fb-flo
Langues Prises en Charge 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"
    }
}