Fluid Page

Allow editing of every web page, for your pleasure. Based on code written by Rony Shohat.

Cos'è Fluid Page?

Fluid Page è un'estensione di Chrome sviluppata da omeriko9, e la sua funzione principale è "Allow editing of every web page, for your pleasure. Based on code written by Rony Shohat.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Fluid Page

Scarica i file di estensione Fluid Page in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This extension lets anyone edit the current web page, after clicking it.
Another click will end the edit.

Fun for joking with your friends, sending them weird screenshots  (like a Wiki page on their name).                    

Informazioni di Base sull'Estensione

Nome Fluid Page Fluid Page
ID fgpgdjgeoadkigpbnkhobdbgmjifnpaa
URL Ufficiale https://chromewebstore.google.com/detail/fluid-page/fgpgdjgeoadkigpbnkhobdbgmjifnpaa
Descrizione Allow editing of every web page, for your pleasure. Based on code written by Rony Shohat.
Dimensione del File 22.93 KB
Conteggio Installazioni 704
Versione Corrente 2.2
Ultimo Aggiornamento 2022-07-04
Data di Pubblicazione 2015-07-27
Valutazione 4.73/5 Totale 11 Valutazioni
Sviluppatore omeriko9
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "description": "Allow editing of every web page, for your pleasure. Based on code written by Rony Shohat.",
    "icons": {
        "128": "icon.png",
        "16": "icon_16.png",
        "48": "icon_48.png",
        "64": "icon_64.png"
    },
    "manifest_version": 2,
    "name": "Fluid Page",
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "version": "2.2"
}