Swello Theme for Replit

Swello Theme for Replit by Sam Cheng

Vad är Swello Theme for Replit?

Swello Theme for Replit är en Chrome-tillägg utvecklad av https://samalander.dev, och dess huvudfunktion är "Swello Theme for Replit by Sam Cheng".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Swello Theme for Replit-förlängningens CRX-fil

Ladda ner Swello Theme for Replit-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Swello Theme for Replit Swello Theme for Replit
ID mofpdfadmadiochhbgiohcjbanjekmgj
Officiell webbadress https://chromewebstore.google.com/detail/swello-theme-for-replit/mofpdfadmadiochhbgiohcjbanjekmgj
Beskrivning Swello Theme for Replit by Sam Cheng
Filstorlek 10.59 KB
Antal Installationer 49
Aktuell Version 0.3.1
Senast Uppdaterad 2022-04-13
Publiceringsdatum 2022-03-31
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare https://samalander.dev
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://swellotheme.samalander.repl.co/
Hjälpsida URL https://www.samalander.dev
Stödda Språk 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"
    }
}