質問

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