Acho (a cute pup) tells you the title of the current page on your browser. A sample chrome extension.
This repo was created as an example for a series of articles I'm writing about Chrome extensions. Each folder inside the root folder contains a single chrome extension related to one of the articles in the series:
- Folder:
01-simple-example
was created for the article: Creating a simple Chrome extension - Folder:
02-adding-commands
was created for the article: Adding shortcuts to your Chrome Extension - Folder:
03-content-scripts
was created for the article: Making changes to a web page - Folder:
04-reuse-scripts
was created for the article: Chrome extensions: Reusing code - Folder:
05-storage
was created for the article: Chrome extensions: Local storage - Folder:
06-badge
was created for the article: Chrome Extensions: Adding a badge - Folder:
07-manifest-v3
was created for the article: Chrome Extensions: Migrating to Manifest v3