I’m making a Chrome extension, and need to enter a minimum_chrome_version in my manifest file. My extension uses the HTML5 localStorage for it’s options page. What’s the minimum Chrome version with this or to support this? Windows and Mac preferred.
I’m making a Chrome extension, and need to enter a minimum_chrome_version in my manifest
Share
According to When Can I Use…, Chrome’s supported web storage since (at most) version 4. The Chrome versions are the same across all platform releases (Mac, Linux, and PC).