J
J
Jazz75RUS2016-10-28 07:12:08
Browsers
Jazz75RUS, 2016-10-28 07:12:08

Is there a browser without an interface?

Good afternoon, tell me a ready-made, free or inexpensive browser for terminals, the main requirement is to run only in full screen mode and the absence of interface elements, such as an address bar, etc. There is no way to set up a computer for kiosk mode .. thank you all for your answers :)

Answer the question

In order to leave comments, you need to log in

4 answer(s)
I
Ivan Filatov, 2016-10-28
@Jazz75RUS

Google Chrome in Application Mode
or
chromium --kiosk http://example.com/

N
Nazar Mokrinsky, 2016-10-28
@nazarpc

Просто установите готовое расширение в браузере, например, это: https://addons.mozilla.org/en-US/firefox/addon/r-kiosk/

V
VoidVolker, 2016-10-28
@VoidVolker

nwjs. В корне создать файл package.json:

{
    "name": "Example",
    "version": "0.0.1",
    "main": "http://example.com",
    "window": {
        "show": true,
        "frame": false,
        "kiosk": true,
    },
    "webkit": {
        "plugin": true
    }
}

R
Rou1997, 2016-10-28
@Rou1997

Недорогой - можно на фрилансе заказать.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question