admin管理员组文章数量:1122826
I've got an application deployed on kiosk hardware running on Chromium and using the Virtual Keyboard plugin to allow users to type in the application, as the kiosk has no physical keyboard, just a touchscreen.
I'd like to deploy an update to a kiosk remotely so that that the Virtual Keyboard either switches the language of the keyboard or at least exposes the option to the user to choose from among multiple available languages so they can pick it for themselves without opening the door to the whole chrome://extensions since I've gone to some trouble to prevent the user being able to interact with the browser outside of my application (hiding navbar, menubar, and so forth).
I've dug around on the web and using Chrome Dev Tools and discovered that the settings I want to manipulate are in fact in LocalStorage in the tree item chrome-extension://randomnumbersandlettershere
. Is there any way for me to change these settings using software that I have written, either in my browser-hosted application at http://localhost (i.e. through javascript, I'm guessing not allowed because of cross-domain security issues), or using NodeJS running on the same computer as the Chromium instance?
Or is the only way to change these settings using the chrome://extensions user interface with a human-in-the-loop.
本文标签: Change Chromium Extension Settings ProgrammaticallyStack Overflow
版权声明:本文标题:Change Chromium Extension Settings Programmatically - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736300798a1930947.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论