Find is cool. But you know what's better than Find? Find and Replace.
Challenge¶
Implement a popup extension that lets you find and replace text on a webpage. It should have
- an input box for the string you want to find
- an input box for the string you want to replace it with
- a Submit button for executing the replacement
Setup¶
Create a directory named find-and-replace as the project root. Give it a three files: manifest.json
, popup.html
, and popup.js
.
Solution¶
This content is gated
Subscribe to the product below to gain access