문제

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