chrome-web-store

Chrome extension in app purchase always returns PURCHASE_CANCELED, even if the purchase worked

时间秒杀一切 提交于 2019-11-29 14:17:52
This question is related to the one at Chrome Webstore Extension In App Purchase INTERNAL_SERVER_ERROR . I first posted my question there in the form of a comment, but received feedback that this was more appropriate as a separate question. Like the OP, I am using buy.js and following the recommended workflow for in-app purchases in the Chrome extension. But my results are somewhat different: when I complete the IAP buy dialog, I get back a PURCHASE_CANCELED, even though I bought the IAP. If I then list the purchases SKUs through the api, it shows up as having been purchased and active. I also

Several problems with icons during Chrome Extension development

被刻印的时光 ゝ 提交于 2019-11-29 05:04:59
It's very strange. 1 problem If I add this icon declaration to my manifest: "icons": { "16": "images/icon16.png", "48": "images/icon48.png", "128": "images/icon128.png" }, Then, when I add Extension through "Load unpacked extensions ... " it doesn't show logo But if you try to delete it, it does show AND! If I delete "48" line from manifect, it starts showing it right away. Maybe it's because I use Chrome Beta (Version 28.0.1500.20 beta) or maybe because I do something wrong. Seconds problem Is about icon on Web Store. I have good 128x128 icon but for some reason in several places it doesn't

How to set a promotional image in the Chrome Extensions list? [closed]

徘徊边缘 提交于 2019-11-28 14:04:34
I can see that a lot of Chrome Extensions have a promotional image in the list. For example with gmail : https://chrome.google.com/webstore/search-extensions/gmail?hl=fr&utm_source=chrome-ntp-launcher I don't find where to set this image in the Developer Dashboard. How to ? Visit the developer dashboard and click on the Edit link. Scroll down (below the screenshots section), and upload the images for your extension: The images will be put in the review queue after uploading it. If the images meet the criteria for promotional images , it will show up in the Web store within a few days. You won

Display image on search results for chrome extension [closed]

喜欢而已 提交于 2019-11-28 10:50:00
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 list of images that I can supply: Manifest icons sizes: 16x16, 48x48, 128x128 Extension icon size 128x128 Promotional images sizes: 440x280, 920x680, 1400x560 Screenshots sizes: 1280x800 or 640x400 Of these, which is the one that displays in the search results shown in the screenshot above

Does Chrome Market accept extensions with minified and/or obfuscated source code?

Deadly 提交于 2019-11-28 08:01:58
问题 I'm currently developing a Chrome extension and planning to publish it on Chrome market. I'm aware of open-source community benefits, however, do not want to share the source code and a bit worried about copyrights. Currently, the plan is to minify and obfuscate the source code before publishing. So the questions is: Does Chrome Market accept extensions with minified and/or obfuscated source code? Thanks in advance! :) 回答1: 2019 Update: Google allows minified code, but not obfuscated one. See

Private beta testing a Chrome extension

笑着哭i 提交于 2019-11-28 07:25: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. Publishing on Chrome Web Store has 3 (well, 4) options: Public. The extension will be listed in search and gallery, everyone can install and use. Unlisted.

How are Chrome Extension's weekly users counted? Is it the number of users who have it installed? Or the one's clicking on popup?

瘦欲@ 提交于 2019-11-28 00:38:40
Just wondering what is meant by "Weekly users" in Chrome Webstore? Is it the number of users who have clicked on the popup? Or does it also count if the users are just browsing while the Content Script is at work? What happens if an extension uses both content script and popup? According to Joe Marini (lead Developer relations for Chrome apps/extensions/CWS): The number [of weekly users] you see in the Chrome Web Store is the amount of users whose Chrome browser has checked for an update of your app within the last week . It is not the number of people who have installed your item. 来源: https:/

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

假装没事ソ 提交于 2019-11-27 17:27:04
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? Rob W 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 page in the Chrome Web Store of the extension you want to modify. Click on the yellow CRX button, and

How to set a promotional image in the Chrome Extensions list? [closed]

谁都会走 提交于 2019-11-27 08:08:45
问题 I can see that a lot of Chrome Extensions have a promotional image in the list. For example with gmail : https://chrome.google.com/webstore/search-extensions/gmail?hl=fr&utm_source=chrome-ntp-launcher I don't find where to set this image in the Developer Dashboard. How to ? 回答1: Visit the developer dashboard and click on the Edit link. Scroll down (below the screenshots section), and upload the images for your extension: The images will be put in the review queue after uploading it. If the

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

谁说胖子不能爱 提交于 2019-11-27 06:06:34
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 I'm wondering if there is a universal method for get .crx of an extension, the problem is how did Google