Construct 3 GUI css replacer

This extension slightly changes Construct 3 css styles to look like Construct 2 UI, where you can see more information per unit…

Cos'è Construct 3 GUI css replacer?

Construct 3 GUI css replacer è un'estensione di Chrome sviluppata da Piponga, e la sua funzione principale è "This extension slightly changes Construct 3 css styles to look like Construct 2 UI, where you can see more information per unit…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Construct 3 GUI css replacer

Scarica i file di estensione Construct 3 GUI css replacer 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 slightly changes Construct 3 css styles to look like Construct 2 UI, where you can see more information per unit area.                    

Informazioni di Base sull'Estensione

Nome Construct 3 GUI css replacer Construct 3 GUI css replacer
ID pnianmahgekngbjggmdnpjkkeaachjin
URL Ufficiale https://chrome.google.com/webstore/detail/construct-3-gui-css-repla/pnianmahgekngbjggmdnpjkkeaachjin
Descrizione This extension slightly changes Construct 3 css styles to look like Construct 2 UI, where you can see more information per unit…
Dimensione del File 21.12 KB
Conteggio Installazioni 216
Versione Corrente 0.0.1
Ultimo Aggiornamento 2019-01-12
Data di Pubblicazione 2019-01-12
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Piponga
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Construct 3 GUI css replacer",
    "version": "0.0.1",
    "icons": {
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/editor.construct.net\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "activeTab"
    ]
}