fb-flo

Modify running web apps without reloading

Apa itu fb-flo?

fb-flo adalah ekstensi Chrome yang dikembangkan oleh Amjad Masad, dan fitur utamanya adalah "Modify running web apps without reloading".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi fb-flo

Unduh file ekstensi fb-flo dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama fb-flo fb-flo
ID ahkfhobdidabddlalamkkiafpipdfchp
URL Resmi https://chromewebstore.google.com/detail/fb-flo/ahkfhobdidabddlalamkkiafpipdfchp
Deskripsi Modify running web apps without reloading
Ukuran File 17.57 KB
Jumlah Instalasi 440
Versi Saat Ini 0.13
Terakhir Diperbarui 2014-09-01
Tanggal Publikasi 2014-09-01
Penilaian 4.81/5 Total 16 Penilaian
Pengembang Amjad Masad
Tipe Pembayaran free
Situs Ekstensi http://facebook.github.io/fb-flo/
URL Halaman Bantuan https://github.com/facebook/fb-flo
Bahasa yang Didukung 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"
    }
}