The version currently up on the chrome store is quite old and is not working properly for me.
Loading the unpacked version of master at a71e801 and fixing
case 'setColorIcon':
chrome.browserAction.setIcon({ path: request.toggle ? 'icon.png' : 'icon-d.png', tabId: sender.tab.id });
chrome.browserAction.setIcon({ path: request.toggle ? 'images/icon.png' : 'images/icon-d.png', tabId: sender.tab.id });
in background.js produces a better working version.
Can you upload these changes to the chrome web store:
https://chrome.google.com/webstore/detail/skin-filter/digkbjcglmbbipijiogdeegbfbepgdon
Or, can I publish your code in my developer account?
The version currently up on the chrome store is quite old and is not working properly for me.
Loading the unpacked version of master at a71e801 and fixing
in background.js produces a better working version.
Can you upload these changes to the chrome web store:
https://chrome.google.com/webstore/detail/skin-filter/digkbjcglmbbipijiogdeegbfbepgdon
Or, can I publish your code in my developer account?