Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/runekaagaard/ichrome

Standalone linux, osx and windows application that displays a website inside a mobile or tablet frame for presentation purposes.
https://github.com/runekaagaard/ichrome

Last synced: 11 days ago
JSON representation

Standalone linux, osx and windows application that displays a website inside a mobile or tablet frame for presentation purposes.

Awesome Lists containing this project

README

        

# iChrome

Uses a NW.js webview tag to display a website inside one of the devices supported by devices.css.

# Features

- Make the device fit your monitor while keeping the number of pixels visible on the device the same.
- Supports all the devices listed here: https://devicescss.xyz/phones.html.
- Choose the background color behind the device.
- Fullscreen mode.
- Change appearance by modifying the css file files.
- Windows, Linux and Mac support, thanks to NW.js.

# Security

- According to NW.js the `` tag should be safe, but make up your own mind:
https://docs.nwjs.io/en/latest/References/webview%20Tag/. Personally I only use iChrome for trusted websites.

# Thank you

- NW.js
- Devices.css
- Jeppe Tuxen, who challenged me to create a MVP of this app in a day for a presentation.