Skip to content

cmrnh/fight-club-starter-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fight Club Starter Kit

Code interacting with browser extensions can live in four places:

  1. Background scripts
  2. Content scripts
  3. Injected scripts
  4. Your web app

This Stack Overflow answer has a great shorthand explanation for each. It also might help to start by taking a look at the minimum viable Chrome Extension.

This repo demonstrates how to use a content script to enable your web app to talk to the extension's background script, which has full access to the chrome.* APIs.

Next-level $#!t

Learn how to create a build process and the basics of mapping Chrome resources to Safari and Firefox in Developing Cross Browser Extensions by @alexbeletsky.

About

A boilerplate for Chrome Extensions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published