google-chrome-os

How to allow video autoplay in a Google Chrome kiosk app in version 66 or later

余生颓废 提交于 2019-11-29 09:32:27
As of version 66 of Google Chrome onwards it will no longer automatically start playback of audio and video files when the playback volume is not muted. This change was made to prevent autoplay on ad videos and other annoying web page elements. However, this has negative consequences for a number of perfectly valid applications of the autoplay feature, for instance in signage applications. The new default behaviour of not auto playing a video with sound can be overridden at the startup of the Google Chrome browser with the command line options --autoplay-policy=no-user-gesture-required or --no

How to debug a Kiosk Chrome application running on a Chromebox?

一曲冷凌霜 提交于 2019-11-29 02:31:50
问题 A Chrome Kiosk application that I wrote has a problem only when running in Kiosk mode on a Chromebox. When staring the application manually after I log into the Chromebox it runs well. Also when testing the application on my development machine everything works well. How can I attach a remote debug session, write remote logging information or in any other way get debugging information from the Kiosk application on the Chromebox to my development machine? 回答1: If you run Chrome with the -

Programming on samsung chromebook

久未见 提交于 2019-11-28 03:34:10
I would like to use my samsung chromebook to develop for app engine using python, unfortunately now it is not possible as I only have browser there. There are online IDE's like codule but they are not good enough yet. So in this regards I have 3 questions: Is there a way to hack into chrome os and pull its native linux out Is there a way to install second OS on the chromebook (I have a new Samsung chromebook not the first one) Is there any chrome OS extension which can help programming in python for app engine Just enable Developer Mode , and you will get the access to the shell . Sandeep

How to allow video autoplay in a Google Chrome kiosk app in version 66 or later

╄→尐↘猪︶ㄣ 提交于 2019-11-28 03:17:15
问题 As of version 66 of Google Chrome onwards it will no longer automatically start playback of audio and video files when the playback volume is not muted. This change was made to prevent autoplay on ad videos and other annoying web page elements. However, this has negative consequences for a number of perfectly valid applications of the autoplay feature, for instance in signage applications. The new default behaviour of not auto playing a video with sound can be overridden at the startup of the

Programming on samsung chromebook

我的未来我决定 提交于 2019-11-27 00:06:31
问题 I would like to use my samsung chromebook to develop for app engine using python, unfortunately now it is not possible as I only have browser there. There are online IDE's like codule but they are not good enough yet. So in this regards I have 3 questions: Is there a way to hack into chrome os and pull its native linux out Is there a way to install second OS on the chromebook (I have a new Samsung chromebook not the first one) Is there any chrome OS extension which can help programming in