Chrome extension and local storage
问题 I'm trying to make a Chrome extension. For that extension, I need some info that is dynamically created, but I want that data to be added even later on (on a different page). This is some sort of data that i want to be always accessible (when the plugin runs): var villages = new Array(); villages[0][0] = "village1"; villages[0][1] = "1325848"; villages[1][0] = "village2"; villages[1][1] = "8744351"; villages[2][0] = "village3"; villages[2][1] = "8952187"; As you can see, the array is multi