为什么我的Chrome扩展程序图标在Chrome Web Store以外的所有地方都可以使用? [英] Why is my chrome extension icon working everywhere except in Chrome Web Store?

查看:78
本文介绍了为什么我的Chrome扩展程序图标在Chrome Web Store以外的所有地方都可以使用?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的chrome扩展程序图标已正确设置,但徽标未在chrome网上商店中显示.

我注意到我不是唯一一个遇到此问题的人,因为我可以包括官方Zoom中的Zoom Scheduler:

我的扩展名存在相同的问题.在chrome://扩展名,上下文菜单和弹出窗口中,每个图标都可以在其他任何地方使用,而在chrome网上商店中不可用.

这是我的manifest.json设置:

"icons": {"16":"icon16.png",
        "32":"icon32.png",
        "48":"icon48.png",
        "128": "icon128.png"},
    "browser_action":{
        "default_popup":"popup.html",
        "default_icon": "icon32.png"
    }

从Google chrome开发人员信息中心提交扩展名 时,我还设置了一个

  • 小促销瓷砖
  • 大促销瓷砖
  • 跑马灯促销瓷砖

但是,我看不到它们在任何地方都在使用.

如果相关,我的扩展名当前为:状态:已发布-不公开

所有先前的答案和教程都表明,当您从chrome网站商店开发人员信息中心提交chrome扩展名时,您会看到一个徽标"图标,我没有的部分.

解决方案

我很乐意为这个问题写答案,这样您就不必花一天的时间就认为自己做错了什么.它不是很直观,希望您会发现它有用.

以下是两个步骤的解决方案:

  1. 打开Chrome开发人员信息中心,然后点击您的扩展程序.
  2. 向下滚动并单击蓝色链接,将您带到旧仪表板.您可以立即设置图标

屏幕截图:

1.

2.

My icons for my chrome extension were set up correctly however the logo does not show in chrome web store.

I noticed I am not the only one with this problem because I can include Zoom Scheduler from official Zoom:

My extension has the same issue. Every icon works everywhere else, in chrome://extension, in the context menu and on the popup but not in the chrome web store.

Here are my manifest.json settings:

"icons": {"16":"icon16.png",
        "32":"icon32.png",
        "48":"icon48.png",
        "128": "icon128.png"},
    "browser_action":{
        "default_popup":"popup.html",
        "default_icon": "icon32.png"
    }

When submitting the extension from the google chrome developer dashboard, I also set up a

  • Small promo tile
  • Large promo tile
  • Marquee promo tile

however, I don't see those being used anywhere.

If that is relevant, my extension is currently: Status: Published - Unlisted

All previous answers and tutorials show that when you submit a chrome extension from the chrome web store developer dashboard, you have a "logo" section which I don't.

解决方案

I am motivated to write the answer to this question so that you don't have to spend one day thinking you're doing something wrong. It's not very intuitive and I hope you'll find it useful.

Here is the solution in two steps:

  1. Open the Chrome Developer Dashboard and click your extension.
  2. Scroll down and click on the blue link sending you to the old dashboard. You can set up your icon now

Screenshots:

1.

2.

这篇关于为什么我的Chrome扩展程序图标在Chrome Web Store以外的所有地方都可以使用?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆