Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare for adding to Chrome Web Store #21

Open
pheyvaer opened this issue Jan 23, 2024 · 8 comments
Open

Prepare for adding to Chrome Web Store #21

pheyvaer opened this issue Jan 23, 2024 · 8 comments

Comments

@pheyvaer
Copy link
Contributor

Check what is (still) needed to get the extension in the Chrome Web Store. The first step is having a list of what we need to do.

@svdwyer
Copy link
Contributor

svdwyer commented Jan 24, 2024

  • a Google developer account at the Chrome Web Store
  • small script to package the extension as a zip
  • description, icon, screenshot(s) for the extension. uploading a short video is also possible but certainly not necessary
  • privacy policy publicly available
  • purpose of the extension
  • list of all permissions the extension needs and a valid reason for requesting those permissions

@svdwyer
Copy link
Contributor

svdwyer commented Jan 24, 2024

  • possibly a build step to minify the code, to reduce the download time when installing the extension.

@pheyvaer
Copy link
Contributor Author

@svdwyer Can you add the links of the sources you used?

@svdwyer
Copy link
Contributor

svdwyer commented Jan 24, 2024

Do you mean official documentation steps to publish to the Chrome webstore?
https://support.google.com/chrome/a/answer/2714278?hl=en
https://developer.chrome.com/docs/webstore/publish

@pheyvaer
Copy link
Contributor Author

All the sources that you used to compile the above list. Official or not.

@svdwyer
Copy link
Contributor

svdwyer commented Jan 25, 2024

All information about publishing to the Chrome Web Store can be found here:
https://developer.chrome.com/docs/webstore

@pheyvaer
Copy link
Contributor Author

@svdwyer What is the difference between "description" and "purpose of the extension"?

@svdwyer
Copy link
Contributor

svdwyer commented Jan 29, 2024

According to Google, Chrome extensions should have a focused purpose, ideally 1 single clear purpose.
Basically a one-liner that describes its use.
The description typically includes all its features.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants