chrome-web-store

Display image on search results for chrome extension [closed]

孤者浪人 提交于 2019-11-27 05:51:30
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 years ago . I've just published my first chrome extension to the webstore. However I see that the image shown next to the extension in the search results is just a small low quality version of the 128x128 icon that I uploaded when publishing. Notice how the second extension has a nice high quality image shown: Here is a

Publish an add-on privately

扶醉桌前 提交于 2019-11-27 05:50:40
问题 I am trying to publish a test add-on with the option Private , because there is nothing new in this add-on, and would not be accepted by Google if I published it with Public . The add-on contains a sidebar, a custom menu and a custom function. It works well on its Google Sheet. In Chrome Web Store, I have added 2 gmails to Edit your tester accounts: under Your developer account . I also created a google group with these 2 gmails. By following this thread, I did Publish ==> Deploy as Sheets

Private beta testing a Chrome extension

徘徊边缘 提交于 2019-11-27 01:48:16
问题 Is there a way of beta testing a Chrome extension in the Web Store among a small group of users? I'd like to do this before scaling to everyone on my waiting list, but I don't want to have to send round the file with installation instructions, especially given that Google is tightening up on extensions that aren't downloaded from the Web Store. It'd also be useful to be able to slowly roll it out (à la Mailbox) if that's at all possible. 回答1: Publishing on Chrome Web Store has 3 (well, 4)

How to modify an extension from the Chrome Web Store? [closed]

只谈情不闲聊 提交于 2019-11-26 22:33:22
问题 I've seen this extension in the Chrome Web store, which shows the newest videos of a YouTube channel. I want to modify this extension in order to make it work with a different channel. How can I get this done? 回答1: You've got two options: Contact the extension's developer, and ask for assistance. Edit the source code I'm going to explain how you can modify an extension, and install it, in easy terms . Getting the source and modifying it Install the Chrome extension source viewer. Go to the

Chrome Extension Stats not updating [closed]

假如想象 提交于 2019-11-26 21:25:46
问题 For the last week or so, stats on my Chrome Extension have stopped being reported. I recently released an update which corresponds with those dates but there was no code change that should have caused the stats change. The only thing I can think that caused this is because the app was renamed with the update. Does anyone have any evidence of this causing issues? 回答1: this has been happening for years at the chrome store. sometimes it takes many days for stats to show, and some days are never

How to download a CRX file from the Chrome web store for a given ID?

放肆的年华 提交于 2019-11-26 11:54:13
问题 I\'d like to download the .crx file of an extension from webstore, I use fiddler to analyze the network request when I install an extension from webstore and got it. For example, for the extension: https://chrome.google.com/webstore/detail/bjclhonkhgkidmlkghlkiffhoikhaajg the download link is: https://clients2.googleusercontent.com/crx/download/OgAAADQ_Loe5gfVPF2OUaB35tvex-NKlmA8V4K5YlWuvLCknMH7egLLmnMoFuCZePl_idE1GMf8jZC2KbjQqyyLDoDAAxlKa5eDp-z9frOppHWtQsRU3-iGrrrrA/extension_1_7_11.crx Now