Fluid Page

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

O que é Fluid Page?

Fluid Page é uma extensão do Chrome desenvolvida por omeriko9, e sua principal característica é "Allow editing of every web page, for your pleasure. Based on code written by Rony Shohat.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Fluid Page

Baixe arquivos de extensão Fluid Page no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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).                    

Informações Básicas da Extensão

Nome Fluid Page Fluid Page
ID fgpgdjgeoadkigpbnkhobdbgmjifnpaa
URL Oficial https://chromewebstore.google.com/detail/fluid-page/fgpgdjgeoadkigpbnkhobdbgmjifnpaa
Descrição Allow editing of every web page, for your pleasure. Based on code written by Rony Shohat.
Tamanho do Arquivo 22.93 KB
Contagem de Instalações 704
Versão Atual 2.2
Última Atualização 2022-07-04
Data de Publicação 2015-07-27
Classificação 4.73/5 Total de 11 Avaliações
Desenvolvedor omeriko9
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
}