Is there an api for chrome apps that would allow developers to read (and/or write) environment variables?

Thanks.

有帮助吗?

解决方案

No. Chrome Apps are sandboxed, so they shouldn't be able to make those kinds of persistent changes to the system, and they are supposed to be portable across host operating systems, so system-specific concepts like environment variables are generally unavailable.

其他提示

Sorry, no.

There is another question that is perhaps a little relevant: I want to create a native app that runs in all OS, and can run terminal commands

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top