From 7fb7b73a286d60692060abee0dc5ac680d855a2d Mon Sep 17 00:00:00 2001 From: Richard Bloor Date: Mon, 22 Jul 2019 05:19:46 +1200 Subject: [PATCH] Additional documentation of the use of tabs.tab in various examples --- examples.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/examples.json b/examples.json index dff82e85..4f3da26f 100644 --- a/examples.json +++ b/examples.json @@ -56,6 +56,7 @@ "tabs.onActivated", "tabs.onUpdated", "tabs.query", + "tabs.Tab", "windows.onFocusChanged" ], "name": "bookmark-it" @@ -124,6 +125,7 @@ "tabs.onActivated", "tabs.onUpdated", "tabs.query", + "tabs.Tab", "tabs.sendMessage" ], "name": "cookie-bg-picker" @@ -194,7 +196,8 @@ "runtime.onMessage", "runtime.sendMessage", "tabs.create", - "tabs.query" + "tabs.query", + "tabs.Tab" ], "name": "find-across-tabs" }, @@ -502,6 +505,7 @@ "tabs.reload", "tabs.remove", "tabs.setZoom", + "tabs.Tab", "tabs.update" ], "name": "tabs-tabs-tabs"