Swello Theme for Replit

Swello Theme for Replit by Sam Cheng

Swello Theme for Replitคืออะไร?

Swello Theme for Replit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://samalander.dev และคุณลักษณะหลักของมันคือ "Swello Theme for Replit by Sam Cheng"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Swello Theme for Replit

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}