Skip to content

falcucci/ChromeExtensionsBoilerplates

 
 

Repository files navigation

JavaScript Style Guide

Chrome Extensions Boilerplates

This is a collection of chrome extensions boilerplate

Current boilerplates:

  • Background: Simple background page that execute when the extension button is pressed
  • BackgroundContentView: extract data from a page (content script) and present them in a different format on a new tab (view)
  • BackgroundWithOptions: simple background page with options
  • ContentScript: sample content script that replace all the image in a page with image of cats
  • ContentScriptMessaging: boilerplate with popup opening a communication channel with content script
  • Popup: simple "hello world"

About

Boilerplates for Chrome extensions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 78.0%
  • HTML 18.6%
  • CSS 3.4%