style flex

changes webpage content aligment left right center

Cos'è style flex?

style flex è un'estensione di Chrome sviluppata da geraldinepberubes154, e la sua funzione principale è "changes webpage content aligment left right center".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione style flex

Scarica i file di estensione style flex 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

                        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.                    

Informazioni di Base sull'Estensione

Nome style flex style flex
ID adpffjpbhgiofmjffgcnohaielbeekfk
URL Ufficiale https://chrome.google.com/webstore/detail/style-flex/adpffjpbhgiofmjffgcnohaielbeekfk
Descrizione changes webpage content aligment left right center
Dimensione del File 23.82 KB
Conteggio Installazioni 5,000
Versione Corrente 0.0.0.1
Ultimo Aggiornamento 2022-07-19
Data di Pubblicazione 2022-07-19
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore geraldinepberubes154
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}