Sha256: f473aff5c008b0b368d4a7b52fc08550de269d24b1a5e9225a14f096c57b8f1e

Contents?: true

Size: 199 Bytes

Versions: 3

Compression:

Stored size: 199 Bytes

Contents

chrome.tabs.onUpdated.addListener (tabId, changed, info) ->
  chrome.pageAction.show tabId

chrome.pageAction.onClicked.addListener (tab) ->
  alert "The page action was clicked on tab: #{tab.title}"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tay-0.1.0 lib/tay/cli/generators/templates/page_action/controller.js.coffee
tay-0.0.5 lib/tay/cli/generators/templates/page_action/controller.js.coffee
tay-0.0.4 lib/tay/cli/generators/templates/page_action/controller.js.coffee