style flex

changes webpage content aligment left right center

O que é style flex?

style flex é uma extensão do Chrome desenvolvida por geraldinepberubes154, e sua principal característica é "changes webpage content aligment left right center".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão style flex

Baixe arquivos de extensão style flex 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

                        1)open web page example :  mdn.dev
2)click on extension icon to see default popup html
3)click on alignment buttons to change content of the web page
4)reload tab and try again, if it does not work.                    

Informações Básicas da Extensão

Nome style flex style flex
ID adpffjpbhgiofmjffgcnohaielbeekfk
URL Oficial https://chrome.google.com/webstore/detail/style-flex/adpffjpbhgiofmjffgcnohaielbeekfk
Descrição changes webpage content aligment left right center
Tamanho do Arquivo 23.82 KB
Contagem de Instalações 5,000
Versão Atual 0.0.0.1
Última Atualização 2022-07-19
Data de Publicação 2022-07-19
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor geraldinepberubes154
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "style flex",
    "description": "changes webpage content aligment left right center",
    "version": "0.0.0.1",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "Content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "webNavigation"
    ]
}