Skip to content

jchang6513/chrome-extensions-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

chrome-extensions-playground

Practices of chrome extensions

metadata-reader

A tool that parse html head content and render the content in json format in the popup.

Reference API

  • chrome.tabs.query
  • chrome.tabs.sendMessage
  • chrome.runtime.onMessage
  • chrome.tabs.onActivated
  • chrome.tabs.onUpdated

blur-the-page

A context option to add a filter on the page with blur effect

Reference API

  • chrome.tabs.query
  • chrome.tabs.sendMessage
  • chrome.runtime.onMessage
  • chrome.contextMenus.create
  • chrome.contextMenus.onClicked.addListener

About

a playground of chrome extension

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published