Read Environment Variable From Google Chrome Extension
Is it possible to read an environment variable from the code of a Google Chrome extension, that is, from background.js? This is possible in case of Mozilla Firefox extensions, this
Solution 1:
If you want to interact with OS you have to create Windows executable and use Native Messaging to communicate with it. Take a look at example.
Post a Comment for "Read Environment Variable From Google Chrome Extension"