Swello Theme for Replit
Swello Theme for Replit by Sam Cheng
What is Swello Theme for Replit?
Swello Theme for Replit is a Chrome extension developed by https://samalander.dev, and its main feature is "Swello Theme for Replit by Sam Cheng".
Extension Screenshots
Download Swello Theme for Replit Extension CRX File
Download Swello Theme for Replit extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Replaces Replit's IDE colors with colors that are more pleasing to the eye!
Extension Basic Information
Name | Swello Theme for Replit |
ID | mofpdfadmadiochhbgiohcjbanjekmgj |
Official URL | https://chromewebstore.google.com/detail/swello-theme-for-replit/mofpdfadmadiochhbgiohcjbanjekmgj |
Description | Swello Theme for Replit by Sam Cheng |
File Size | 10.59 KB |
Installation Count | 49 |
Current Version | 0.3.1 |
Last Updated | 2022-04-13 |
Publish Date | 2022-03-31 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://samalander.dev |
[email protected] | |
Payment Type | free |
Extension Website | https://swellotheme.samalander.repl.co/ |
Help Page URL | https://www.samalander.dev |
Supported Languages | 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" } } |