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
官方網址 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"
    }
}