StipsX

StipsX is an extension created to make your experience at Stips.co.il better by spicing up the look of it.

StipsXคืออะไร?

StipsX เป็นส่วนขยายของ Chrome ที่พัฒนาโดย StipsX และคุณลักษณะหลักของมันคือ "StipsX is an extension created to make your experience at Stips.co.il better by spicing up the look of it."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย StipsX

ดาวน์โหลดไฟล์ส่วนขยาย StipsX ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        StipsX הוא תוסף הנועד לספק הרחבה למראה הנוכחי של אתר סטיפס על ידי הוספת ערכות נושא חדשות, מצב כהה ואנימציות.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ StipsX StipsX
ID aahjankbmcmbolobdconlbmgfddcjhjo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/stipsx/aahjankbmcmbolobdconlbmgfddcjhjo
คำอธิบาย StipsX is an extension created to make your experience at Stips.co.il better by spicing up the look of it.
ขนาดไฟล์ 69.8 KB
จำนวนการติดตั้ง 88
เวอร์ชันปัจจุบัน 0.0.3 BETA
อัปเดตครั้งล่าสุด 2021-10-03
วันที่เผยแพร่ 2021-09-28
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา StipsX
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://docs.google.com/forms/d/e/1FAIpQLSd_zSVerON66tvLSTAlIR0e-ueA4y4V5ueBOxb20sVwD8wTwQ/viewform
ภาษาที่รองรับ iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "StipsX",
    "description": "StipsX is an extension created to make your experience at Stips.co.il better by spicing up the look of it.",
    "author": "ShefelV",
    "version": "0.0.3",
    "version_name": "0.0.3 BETA",
    "manifest_version": 3,
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            }
        }
    },
    "permissions": [
        "storage",
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/stips.co.il\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/stips.co.il\/*"
            ],
            "css": [
                "styles\/themes\/default-palette.css"
            ],
            "js": [
                "scripts\/utils.js",
                "scripts\/stips.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/icon\/icon16.png",
            "24": "\/images\/icon\/icon24.png",
            "32": "\/images\/icon\/icon32.png",
            "48": "\/images\/icon\/icon48.png",
            "128": "\/images\/icon\/icon128.png"
        }
    },
    "icons": {
        "16": "\/images\/icon\/icon16.png",
        "24": "\/images\/icon\/icon24.png",
        "32": "\/images\/icon\/icon32.png",
        "48": "\/images\/icon\/icon48.png",
        "128": "\/images\/icon\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "styles\/themes\/dark.css",
                "styles\/themes\/bright.css",
                "scripts\/utils.js",
                "styles\/themes\/disable-animations.css",
                "palettes.json"
            ],
            "matches": [
                "https:\/\/stips.co.il\/*"
            ]
        }
    ]
}