Skip to content

Instantly share code, notes, and snippets.

@Swader
Created November 20, 2012 00:04
Show Gist options
  • Save Swader/4115028 to your computer and use it in GitHub Desktop.
Save Swader/4115028 to your computer and use it in GitHub Desktop.
DeSkin - background.js
chrome.extension.onMessage.addListener(
function(request, sender, sendResponse) {
chrome.pageAction.show(sender.tab.id);
sendResponse({});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment