Swello Theme for Replit

Swello Theme for Replit by Sam Cheng

什么是Swello Theme for Replit?

Swello Theme for Replit是由https://samalander.dev开发的Chrome扩展程序,该扩展的主要功能是“Swello Theme for Replit by Sam Cheng”。

扩展截图

screenshot
screenshot
screenshot

下载Swello Theme for Replit扩展crx文件

下载Swello Theme for Replit扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Swello Theme for Replit Swello Theme for Replit
ID mofpdfadmadiochhbgiohcjbanjekmgj
官方URL https://chromewebstore.google.com/detail/swello-theme-for-replit/mofpdfadmadiochhbgiohcjbanjekmgj
简介 Swello Theme for Replit by Sam Cheng
文件大小 10.59 KB
安装次数 49
当前版本 0.3.1
更新时间 2022-04-13
上架时间 2022-03-31
评分 5.00/5 共2次评分
开发者 https://samalander.dev
电子邮箱 [email protected]
付费类型 free
扩展官网 https://swellotheme.samalander.repl.co/
帮助页面URL https://www.samalander.dev
支持的语言 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"
    }
}