Skip to content

doniyor2109/chrome-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

chat2

Install

You shoul inject plugin at the begining of each page

 <script src="path/chat.js"></script>

Usage

In content script

chat.emit("alert", 1);

In devtools page

chat.on("alert", function(data){
  alert(data); // alerts 1
});

About

Easy message between popup, background, content and devtools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published