Wrote an extension for Chrome. How to load json file and output data from it to the extension window?

enter image description here

  • To accomplish this task, if the data in the JSON file always changes, you need to create a file on some server (hosting) and write a script in the extension that will access this file and receive data. - Arsen

0