-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels