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

Publish the extension to the Chrome Webstore #12

Open
21 tasks
JeremieLitzler opened this issue Aug 12, 2024 · 0 comments
Open
21 tasks

Publish the extension to the Chrome Webstore #12

JeremieLitzler opened this issue Aug 12, 2024 · 0 comments

Comments

@JeremieLitzler
Copy link
Owner

Publishing your extension to the Chrome Web Store involves several steps. Here's a guide to help you through the process:

Prepare your extension:

  • Ensure all your code is finalized and tested.
  • Create a .zip file containing all your extension files.
  • Prepare promotional images:
    • A 128x128 icon
    • At least one screenshot (1280x800 or 640x400)
    • An optional promotional image (440x280)

Submit the extension to Google

Then:

  • Create a developer account:
  • Go to the Chrome Web Store Developer Dashboard (https://chrome.google.com/webstore/developer/dashboard)
  • Sign in with your Google account
  • Pay a one-time developer registration fee ($5 as of my last update)
  • Create a new item:
  • Click "New Item" in the developer dashboard
  • Upload your .zip file
  • Fill out the store listing:
    • Provide a detailed description of your extension
    • Upload your icon and screenshots
    • Select a category for your extension
    • Choose appropriate visibility options (public, unlisted, or private)
  • Set up payments (if applicable):
    • If your extension is paid or has in-app purchases, set this up
  • Submit for review:

Google will review your extension to ensure it complies with their policies.
This process can take several days to a few weeks.

Respond to any review feedback

If Google finds issues, they'll notify you
Make necessary changes and resubmit

Publish

Once approved, you can publish your extension to the store.

Important

Here are some important things to keep in mind:

  • Read and comply with the Chrome Web Store Developer Program Policies (https://developer.chrome.com/docs/webstore/program_policies/)
  • Ensure your extension respects user privacy and data
  • Clearly communicate what your extension does and any permissions it requires
  • Keep your extension updated and respond to user feedback
  • Be prepared for ongoing maintenance and support

Remember, the review process can be stringent, especially for extensions that handle sensitive user data or require extensive permissions. Make sure your extension is well-documented and clearly explains its functionality and any data usage.

After publication, you can update your extension by uploading new versions through the developer dashboard. Each update will go through a review process before becoming available to users.

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

1 participant