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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة 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"
    }
}