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
Eメール [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"
    }
}