amysteamdev
amysteamdev
## Problem The current Getting Started Chrome Extension tutorial doesn't cover many common use cases for Chrome extension development. ## Goal Add a Getting Started section that helps developers begin...
### Is your feature request related to a problem? Please describe. When using `webextension-polyfill` you have to declare `chrome.runtime.id` as a string in `jest.setup.js`, like for example `chrome.runtime.id = 'test...
### Google search terms Jest-chrome mozilla/webextension-polyfill jest.setup ### Describe the bug When using jest-chrome with webextension-polyfill, the browser namespace property returns undefined (For example: browser.runtime.**sendMessage**). What's strange is that browser...
Fixes #3656 Changes proposed in this pull request: - Restructure the overview section. - List key features of the API. - List highlights of each storage area. - Update usage...
Updated the extensions Welcome page to include the new Getting Started guides. This should not be merged until the launch of these guides in [PR#3328](https://github.com/GoogleChrome/developer.chrome.com/pull/3328) ## Staged link [Welcome to...
Changes proposed in this pull request: - Add a GH issue template to allow extension developers to request new extension tutorials.
## User Story As a web developer, I want to open extension API reference pages on Chrome, so that I can quickly learn how to use a specific extension API....
Changes proposed in this pull request: - Add a tutorial that demonstrates how to receive payments in a Chrome Extension using Firebase and Stripe. Staged links: [How to monetize with...