fb-flo
Modify running web apps without reloading
Wat is fb-flo?
fb-flo is een Chrome-extensie ontwikkeld door Amjad Masad, en de belangrijkste functie is "Modify running web apps without reloading".
Extensie Screenshots
Download het CRX-bestand van de extensie fb-flo
Download fb-flo-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | fb-flo |
ID | ahkfhobdidabddlalamkkiafpipdfchp |
Officiële URL | https://chromewebstore.google.com/detail/fb-flo/ahkfhobdidabddlalamkkiafpipdfchp |
Beschrijving | Modify running web apps without reloading |
Bestandsgrootte | 17.57 KB |
Aantal Installaties | 440 |
Huidige Versie | 0.13 |
Laatst Bijgewerkt | 2014-09-01 |
Publicatiedatum | 2014-09-01 |
Beoordeling | 4.81/5 Totaal 16 Beoordelingen |
Ontwikkelaar | Amjad Masad |
Betalingswijze | free |
Extensiewebsite | http://facebook.github.io/fb-flo/ |
Help Pagina-URL | https://github.com/facebook/fb-flo |
Ondersteunde Talen | 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" } } |