Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/runekaagaard/ichrome
- Owner: runekaagaard
- License: mpl-2.0
- Created: 2023-02-22T18:04:54.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-25T19:23:55.000Z (almost 2 years ago)
- Last Synced: 2024-11-07T11:48:20.244Z (2 months ago)
- Language: CSS
- Homepage:
- Size: 64.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.