amysteamdev

Results 8 issues of 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...

extensions
DO NOT MERGE

### 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...

enhancement
good first issue
help wanted

### 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...

bug
help wanted

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...

extensions

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...

extensions

Changes proposed in this pull request: - Add a GH issue template to allow extension developers to request new extension tutorials.

extensions

## 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....

work-in-progress
new sample

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...

extensions
DO NOT MERGE