fb-flo
Modify running web apps without reloading
Vad är fb-flo?
fb-flo är en Chrome-tillägg utvecklad av Amjad Masad, och dess huvudfunktion är "Modify running web apps without reloading".
Tilläggsskärmbilder
Ladda ner fb-flo-förlängningens CRX-fil
Ladda ner fb-flo-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | fb-flo |
ID | ahkfhobdidabddlalamkkiafpipdfchp |
Officiell webbadress | https://chromewebstore.google.com/detail/fb-flo/ahkfhobdidabddlalamkkiafpipdfchp |
Beskrivning | Modify running web apps without reloading |
Filstorlek | 17.57 KB |
Antal Installationer | 440 |
Aktuell Version | 0.13 |
Senast Uppdaterad | 2014-09-01 |
Publiceringsdatum | 2014-09-01 |
Betyg | 4.81/5 Totalt 16 Betyg |
Utvecklare | Amjad Masad |
Betalningssätt | free |
Tilläggswebbplats | http://facebook.github.io/fb-flo/ |
Hjälpsida URL | https://github.com/facebook/fb-flo |
Stödda Språk | 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" } } |