Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pd4d10/chrome-ui
Chrome browser UI built with web technologies
https://github.com/pd4d10/chrome-ui
chrome ui
Last synced: about 2 months ago
JSON representation
Chrome browser UI built with web technologies
- Host: GitHub
- URL: https://github.com/pd4d10/chrome-ui
- Owner: pd4d10
- License: mit
- Created: 2016-12-28T14:18:32.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-04-24T03:40:50.000Z (over 4 years ago)
- Last Synced: 2024-04-24T06:50:42.686Z (8 months ago)
- Topics: chrome, ui
- Language: JavaScript
- Homepage: https://pd4d10.github.io/chrome-ui/
- Size: 3.47 MB
- Stars: 236
- Watchers: 9
- Forks: 33
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chrome UI [![Build Status](https://travis-ci.org/pd4d10/chrome-ui.svg?branch=master)](https://travis-ci.org/pd4d10/chrome-ui)
Chrome browser UI built with web technologies. [Live demo](https://pd4d10.github.io/chrome-ui/)
## How does it work?
No magic, just `iframe`, with some trick to make it work as expected :)
## Trouble Shooting
### HTTP site cannot be loaded, will auto redirect to HTTPS
Yes, it is. Because iframes with `src` set to HTTP will be blocked by HTTPS site.
### It shows blank page instead of webpage content
Because the site you visited has HTTP Header Field `X-Frame-Options` set. See http://stackoverflow.com/a/19843216.
Try `www.bing.com` or `en.wikipedia.org` instead.
### It is messed up in my browser
If you find a bug or style mess, please [submit an issue](https://github.com/pd4d10/chrome-ui/issues/new). Thanks!
## License
MIT