Swello Theme for Replit

Swello Theme for Replit by Sam Cheng

Qu'est-ce que Swello Theme for Replit ?

Swello Theme for Replit est une extension Chrome développée par https://samalander.dev, et sa fonction principale est "Swello Theme for Replit by Sam Cheng".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Swello Theme for Replit

Téléchargez les fichiers d'extension Swello Theme for Replit au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Swello Theme for Replit Swello Theme for Replit
ID mofpdfadmadiochhbgiohcjbanjekmgj
URL Officiel https://chromewebstore.google.com/detail/swello-theme-for-replit/mofpdfadmadiochhbgiohcjbanjekmgj
Description Swello Theme for Replit by Sam Cheng
Taille du Fichier 10.59 KB
Nombre d'Installations 49
Version Actuelle 0.3.1
Dernière Mise à Jour 2022-04-13
Date de Publication 2022-03-31
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://samalander.dev
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://swellotheme.samalander.repl.co/
URL de la Page d'Aide https://www.samalander.dev
Langues Prises en Charge 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"
    }
}