Swello Theme for Replit

Swello Theme for Replit by Sam Cheng

Apa itu Swello Theme for Replit?

Swello Theme for Replit adalah ekstensi Chrome yang dikembangkan oleh https://samalander.dev, dan fitur utamanya adalah "Swello Theme for Replit by Sam Cheng".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Swello Theme for Replit

Unduh file ekstensi Swello Theme for Replit dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Swello Theme for Replit Swello Theme for Replit
ID mofpdfadmadiochhbgiohcjbanjekmgj
URL Resmi https://chromewebstore.google.com/detail/swello-theme-for-replit/mofpdfadmadiochhbgiohcjbanjekmgj
Deskripsi Swello Theme for Replit by Sam Cheng
Ukuran File 10.59 KB
Jumlah Instalasi 49
Versi Saat Ini 0.3.1
Terakhir Diperbarui 2022-04-13
Tanggal Publikasi 2022-03-31
Penilaian 5.00/5 Total 2 Penilaian
Pengembang https://samalander.dev
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://swellotheme.samalander.repl.co/
URL Halaman Bantuan https://www.samalander.dev
Bahasa yang Didukung 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"
    }
}