Skip to content

Instantly share code, notes, and snippets.

@wilmoore
Last active February 28, 2024 17:20
Show Gist options
  • Select an option

  • Save wilmoore/9650a26a111edcc6bdce48ae2dc8574d to your computer and use it in GitHub Desktop.

Select an option

Save wilmoore/9650a26a111edcc6bdce48ae2dc8574d to your computer and use it in GitHub Desktop.
Income Sources :: Books :: Developing Your First Chrome Browser Extension

Income Sources :: Books :: Developing Your First Chrome Browser Extension

⪼ Made with 💜 by Polyglot.

related
reference

About

  • By Wil Moore III
  • published by showerthought publishing

Table of Contents

Acknowledgements

Introduction

Chapter 1: Prototypes & Spikes

You can spike out the functionality of your extension by writing a function into the Chrome DevTools console. Every time you come across a new page on the web where your extension might be helpful, open the console, press the up arrow and run your function. Take note of all of the websites where the extension works well and where it doesn't work so well. The list of domains where it works well, may become your extensions allow list.

Chapter 2: ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment