fazdiu / devtools-extension-v3

A simple Chrome Devtools extension with communication between the inspected page and the panel version 3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DevTools Extension V3 Example

This is a small boilerplate project to be used as a starting point for developing a Chrome DevTools Extension.

Installation

  • Open chrome://extensions
  • Enable 'Developer Mode' checkbox
  • Click 'Load unpacked extensions...'
  • Select the devtools-extension-v3 folder

About

A simple Chrome Devtools extension with communication between the inspected page and the panel version 3


Languages

Language:JavaScript 85.1%Language:HTML 14.9%