Question

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

Thanks.

Était-ce utile?

La solution

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.

Autres conseils

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

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top