Sha256: bc45d4009b5679555d2c009072bd1794e3654f82f0bda3aabd54941af7f62c64

Contents?: true

Size: 226 Bytes

Versions: 2

Compression:

Stored size: 226 Bytes

Contents

chrome.tabs.onUpdated.addListener(function (tabId, changed, info) {
  chrome.pageAction.show(tabId);
});

chrome.pageAction.onClicked.addListener(function (tab) {
  alert('The page action was clicked on tab: ' + tab.title)
});

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tay-0.0.3 lib/tay/cli/generators/templates/page_action/controller.js
tay-0.0.2 lib/tay/cli/generators/templates/page_action/controller.js