Swello Theme for Replit
Swello Theme for Replit by Sam Cheng
Co to jest Swello Theme for Replit?
Swello Theme for Replit to rozszerzenie Chrome opracowane przez https://samalander.dev, a jego główną funkcją jest „Swello Theme for Replit by Sam Cheng”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Swello Theme for Replit
Pobierz pliki rozszerzeń Swello Theme for Replit w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Replaces Replit's IDE colors with colors that are more pleasing to the eye!
Podstawowe informacje o rozszerzeniu
Nazwa | Swello Theme for Replit |
ID | mofpdfadmadiochhbgiohcjbanjekmgj |
Oficjalny URL | https://chromewebstore.google.com/detail/swello-theme-for-replit/mofpdfadmadiochhbgiohcjbanjekmgj |
Opis | Swello Theme for Replit by Sam Cheng |
Rozmiar pliku | 10.59 KB |
Liczba instalacji | 49 |
Aktualna Wersja | 0.3.1 |
Ostatnia Aktualizacja | 2022-04-13 |
Data Publikacji | 2022-03-31 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | https://samalander.dev |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://swellotheme.samalander.repl.co/ |
Adres URL Strony Pomocy | https://www.samalander.dev |
Obsługiwane Języki | 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" } } |