Skip to content
This repository was archived by the owner on Oct 5, 2021. It is now read-only.

A collection of introductory projects for getting familiar with creating Chrome extensions.

License

Notifications You must be signed in to change notification settings

yuelchen/hello-chrome-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hello-chrome-extension

A collection of introductory projects for getting familiar with creating Chrome extensions.

What is a browser extension?

A browser extension is a small software module that can be installed and allows customization of the end-users browser.

πŸ’› Hosted on Github Pages: https://yuelchen.github.io/hello-chrome-extension/

Preview:

Hello, World! Preview


Repository Overview

Documentation (docs/)

[About manifest.json] [Chrome API (action)] [Security (permission)]

Projects

🎯 hello-world/

An extension which opens a custom new tab page with the iconic "Hello, World!" text bouncing - vanilla solution.

An extension which opens a custom new tab page with the iconic "Hello, World!" text bouncing - built using React.


Noteworthy Mentions

πŸ’Ž Grammarly
An extension which reviews and suggests grammaticaly changes as you type.
πŸ’Ž Honey
An extension that will try to save you money by applying all known coupons and deals so you can get the lowest total during checkout.