maximelebreton / quick-javascript-switcher

A Chrome Extension to enable / disable javascript 'on the fly'
https://chrome.google.com/webstore/detail/geddoclleiomckbhadiaipdggiiccfje
251 stars 49 forks source link

Fix a bug #33

Open sunshuzhou opened 5 years ago

sunshuzhou commented 5 years ago

When storing the version field, the value is actually a string and should not be passed to JSON.parse. This shows a error in chrome devtools when installing the extension.