Swello Theme for Replit

Swello Theme for Replit by Sam Cheng

Cos'è Swello Theme for Replit?

Swello Theme for Replit è un'estensione di Chrome sviluppata da https://samalander.dev, e la sua funzione principale è "Swello Theme for Replit by Sam Cheng".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Swello Theme for Replit

Scarica i file di estensione Swello Theme for Replit 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

                        Replaces Replit's IDE colors with colors that are more pleasing to the eye!                    

Informazioni di Base sull'Estensione

Nome Swello Theme for Replit Swello Theme for Replit
ID mofpdfadmadiochhbgiohcjbanjekmgj
URL Ufficiale https://chromewebstore.google.com/detail/swello-theme-for-replit/mofpdfadmadiochhbgiohcjbanjekmgj
Descrizione Swello Theme for Replit by Sam Cheng
Dimensione del File 10.59 KB
Conteggio Installazioni 49
Versione Corrente 0.3.1
Ultimo Aggiornamento 2022-04-13
Data di Pubblicazione 2022-03-31
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://samalander.dev
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://swellotheme.samalander.repl.co/
URL della Pagina di Aiuto https://www.samalander.dev
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Swello Theme for Replit",
    "version": "0.3.1",
    "description": "Swello Theme for Replit by Sam Cheng",
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "matches": [
                "https:\/\/replit.com\/*"
            ]
        }
    ],
    "action": {
        "default_popup": "index.html",
        "default_title": "Swello Replit Theme"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}