Skip to content

Aka-but-nice/chrome-ui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chrome UI Build Status

Chrome browser UI built with web technologies. Live demo

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. Thanks!

License

MIT

About

Chrome browser UI built with web technologies

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 69.7%
  • CSS 23.9%
  • HTML 6.4%