StipsX

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

什么是StipsX?

StipsX是由StipsX开发的Chrome扩展程序,该扩展的主要功能是“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

下载StipsX扩展crx文件

下载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\/*"
            ]
        }
    ]
}