Swello Theme for Replit
Swello Theme for Replit by Sam Cheng
Wat is Swello Theme for Replit?
Swello Theme for Replit is een Chrome-extensie ontwikkeld door https://samalander.dev, en de belangrijkste functie is "Swello Theme for Replit by Sam Cheng".
Extensie Screenshots
Download het CRX-bestand van de extensie Swello Theme for Replit
Download Swello Theme for Replit-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Replaces Replit's IDE colors with colors that are more pleasing to the eye!
Basisinformatie over de Extensie
Naam | Swello Theme for Replit |
ID | mofpdfadmadiochhbgiohcjbanjekmgj |
Officiële URL | https://chromewebstore.google.com/detail/swello-theme-for-replit/mofpdfadmadiochhbgiohcjbanjekmgj |
Beschrijving | Swello Theme for Replit by Sam Cheng |
Bestandsgrootte | 10.59 KB |
Aantal Installaties | 49 |
Huidige Versie | 0.3.1 |
Laatst Bijgewerkt | 2022-04-13 |
Publicatiedatum | 2022-03-31 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://samalander.dev |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://swellotheme.samalander.repl.co/ |
Help Pagina-URL | https://www.samalander.dev |
Ondersteunde Talen | 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" } } |