This tag is dedicated to questions about extension development for the Google Chrome web browser.
Chrome's extension API documentation has multiple versions aligning to different development channels of Chrome:
The What's New page lists recent changes to the extension APIs, while the Official Chrome Releases Blog announces new releases of Chrome and Chrome OS. For general updates on the browser, visit the Official Chrome Blog.
Troubleshooting
Before posting a question, make sure that you've read the API documentation. If some methods are not documented, it may be because they are deprecated.
If necessary, include relevant parts of your manifest.json file in the question.
A common source of errors is the misunderstanding of manifest version 2 and Content Security policy (CSP). Read the documentation for the CSP to see if it answers to your question. The Migrate to Manifest V2 tutorial is also recommended.
For anything not related to development of Chrome extensions, such as issues with publishing in the Chrome Web Store, use the Chromium-extensions Google group.