https://github.com/maxenglander/angularjs-chromeextension-shadowdom-example
Demonstrate the unholy combination of a Chrome Extension, AngularJS, and the Shadow DOM
https://github.com/maxenglander/angularjs-chromeextension-shadowdom-example
Last synced: over 1 year ago
JSON representation
Demonstrate the unholy combination of a Chrome Extension, AngularJS, and the Shadow DOM
- Host: GitHub
- URL: https://github.com/maxenglander/angularjs-chromeextension-shadowdom-example
- Owner: maxenglander
- Created: 2015-02-06T17:20:14.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-06T17:22:28.000Z (over 11 years ago)
- Last Synced: 2025-01-23T20:54:26.134Z (over 1 year ago)
- Language: JavaScript
- Size: 117 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# angularjs-chromeextension-shadowdom-example
This is a simple Chrome Extension demonstrating the use of the
Shadow DOM with AngularJS.
Every minute, the [event
page](https://developer.chrome.com/extensions/event_pages) will
send a message to the [content
script](https://developer.chrome.com/extensions/content_scripts),
which will cause the contents of the shadow root to alternate
between the host page and a "Hello, world!" message.
## Requirements
1. Google Chrome
## Installation
1. Download the contents of this repository
2. Open `chrome://extensions`
3. Enable `developer mode`
4. Click `Load unpacked extension...`
5. Navigate to the folder containing the contents of this repository
6. Click `Open`