This is a simple Chrome Extension demonstrating the use of the Shadow DOM with AngularJS.
Every minute, the event page will send a message to the content script, which will cause the contents of the shadow root to alternate between the host page and a "Hello, world!" message.
- Google Chrome
- Download the contents of this repository
- Open
chrome://extensions
- Enable
developer mode
- Click
Load unpacked extension...
- Navigate to the folder containing the contents of this repository
- Click
Open