Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 853 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 853 Bytes

#Simple Chrome Extension Boilerplate#

You can use this boilerplate to get started with a Chrome Extension quickly.

This particular boilerplate repo only includes elements for a simple content script extension.

##Getting started##

##NOTE##

The "matches" value in the manifest indicates that the content script should be run on every site, including local sites (file:////). You will most likely want to modify this to work only on the sites that you wish.