Additional information about the use of properties and types in examples

This commit is contained in:
Richard Bloor
2019-04-19 05:44:37 +12:00
parent eb6e5a2e23
commit 66b7122ae9

View File

@@ -6,7 +6,9 @@
"tabs.onActivated",
"tabs.onUpdated",
"tabs.query",
"windows.getCurrent"
"tabs.Tab",
"windows.getCurrent",
"windows.Window"
],
"name": "annotate-page"
},
@@ -21,7 +23,8 @@
"tabs.insertCSS",
"tabs.onUpdated",
"tabs.query",
"tabs.removeCSS"
"tabs.removeCSS",
"tabs.Tab"
],
"name": "apply-css"
},
@@ -34,7 +37,8 @@
"tabs.insertCSS",
"tabs.query",
"tabs.removeCSS",
"tabs.sendMessage"
"tabs.sendMessage",
"tabs.Tab"
],
"name": "beastify"
},
@@ -592,7 +596,8 @@
"windows.getAll",
"windows.getCurrent",
"windows.remove",
"windows.update"
"windows.update",
"windows.Window"
],
"name": "window-manipulator"
}