https://github.com/webcomponents/chrome-webcomponents-extension
Google Chrome extension to identify all Custom Elements used on a site
https://github.com/webcomponents/chrome-webcomponents-extension
Last synced: 8 months ago
JSON representation
Google Chrome extension to identify all Custom Elements used on a site
- Host: GitHub
- URL: https://github.com/webcomponents/chrome-webcomponents-extension
- Owner: webcomponents
- Archived: true
- Created: 2014-05-08T10:55:56.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-08-12T02:38:17.000Z (almost 11 years ago)
- Last Synced: 2024-10-02T06:42:14.144Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/web-components/filcobblndaenakhejinpjdblekilpgn
- Size: 195 KB
- Stars: 81
- Watchers: 15
- Forks: 22
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web Components - Chrome Extension

> Google Chrome extension to identify all Custom Elements used on a site.
## Install
[](https://chrome.google.com/webstore/detail/web-components/filcobblndaenakhejinpjdblekilpgn)
## Roadmap
- [x] Show all Custom Elements used on a site
- [ ] Detect if a site is using Polymer or X-Tag
- [ ] Identify other Web Component's functionalities (e.g. Shadow DOM, HTML Imports, etc)
- [ ] Create a Firefox extension
## Contributing
1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -m 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D
## Team
This extension was made with love by these guys and a bunch of awesome [contributors](https://github.com/webcomponents/chrome-webcomponents-extension/graphs/contributors).
[](https://github.com/zenorocha) | [](https://github.com/ebidel)
--- | --- | --- | --- | ---
[Zeno Rocha](https://github.com/zenorocha) | [Eric Bidelman](https://github.com/ebidel)
## History
For detailed changelog, check [Releases](https://github.com/webcomponents/chrome-webcomponents-extension/releases).
## License
[MIT License](http://webcomponentsorg.mit-license.org/) © WebComponents.org