Google Chrome扩展不显示我的图标(Selenium模式,无Google WEBSTORE)

2024-10-01 05:00:37 发布

您现在位置:Python中文网/ 问答频道 /正文

我试图将图标添加到我的扩展中,但它显示为一个拼图块。有人遇到过这个问题吗?我没有使用google webstore,我使用的是selenium、python和chrome驱动程序

enter image description here

            "browser_action" : {
                "default_icon": {
                    "16": "images/icon16.png",
                    "24": "images/icon24.png",
                    "32": "images/icon32.png"
                    }
            },
            "icons": { 
                "16": "images/icon16.png",
                "24": "images/icon24.png",
                "32": "images/icon32.png"
            },

Tags: browserdefaultpngseleniumgoogle驱动程序actionchrome