Skip to content
/ looper Public

Chrome extension for looping over a fragment of a video with web components [in progress]

Notifications You must be signed in to change notification settings

bitusr/looper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Looper extension

Description

  • Chrome extension for looping over a fragment of a video with web components

Goals

Figure out:

  • how native web components work
  • how to create browser extension

Notes

  • A lot of direct DOM manipulation because planned as extension

Extensions

Video player

How to build an extension

  • create manifest.json
  • load an unpacked extension to chrome (for development purposes)
  • content.js can interact with web pages that the browser visits
  • background.js has an access to all chrome APIs
  • contetn.js and background.js can only interact with each other through message passing

About

Chrome extension for looping over a fragment of a video with web components [in progress]

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published