mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-24 18:22:54 +02:00
Additional documentation of the use of tabs.tab in various examples
This commit is contained in:
+5
-1
@@ -56,6 +56,7 @@
|
|||||||
"tabs.onActivated",
|
"tabs.onActivated",
|
||||||
"tabs.onUpdated",
|
"tabs.onUpdated",
|
||||||
"tabs.query",
|
"tabs.query",
|
||||||
|
"tabs.Tab",
|
||||||
"windows.onFocusChanged"
|
"windows.onFocusChanged"
|
||||||
],
|
],
|
||||||
"name": "bookmark-it"
|
"name": "bookmark-it"
|
||||||
@@ -124,6 +125,7 @@
|
|||||||
"tabs.onActivated",
|
"tabs.onActivated",
|
||||||
"tabs.onUpdated",
|
"tabs.onUpdated",
|
||||||
"tabs.query",
|
"tabs.query",
|
||||||
|
"tabs.Tab",
|
||||||
"tabs.sendMessage"
|
"tabs.sendMessage"
|
||||||
],
|
],
|
||||||
"name": "cookie-bg-picker"
|
"name": "cookie-bg-picker"
|
||||||
@@ -194,7 +196,8 @@
|
|||||||
"runtime.onMessage",
|
"runtime.onMessage",
|
||||||
"runtime.sendMessage",
|
"runtime.sendMessage",
|
||||||
"tabs.create",
|
"tabs.create",
|
||||||
"tabs.query"
|
"tabs.query",
|
||||||
|
"tabs.Tab"
|
||||||
],
|
],
|
||||||
"name": "find-across-tabs"
|
"name": "find-across-tabs"
|
||||||
},
|
},
|
||||||
@@ -502,6 +505,7 @@
|
|||||||
"tabs.reload",
|
"tabs.reload",
|
||||||
"tabs.remove",
|
"tabs.remove",
|
||||||
"tabs.setZoom",
|
"tabs.setZoom",
|
||||||
|
"tabs.Tab",
|
||||||
"tabs.update"
|
"tabs.update"
|
||||||
],
|
],
|
||||||
"name": "tabs-tabs-tabs"
|
"name": "tabs-tabs-tabs"
|
||||||
|
|||||||
Reference in New Issue
Block a user