Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/)

demo

## 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