Open trickypr opened 11 months ago
Reference documentation: https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/tabs Mozilla's schema (under chromium's license): https://searchfox.org/mozilla-central/source/browser/components/extensions/schemas/tabs.json This will have to be implemented in batches
tabs.TAB_ID_NONE
tabs.captureTab()
tabs.captureVisibleTab()
tabs.connect()
tabs.create()
tabs.detectLanguage()
tabs.discard()
tabs.duplicate()
tabs.executeScript()
tabs.get()
- Impl #57tabs.getCurrent()
tabs.getZoom()
- Dep #9tabs.getZoomSettings()
- Dep #9tabs.goForward()
- Impl #57tabs.goBack()
- Impl #57tabs.hide()
- Dep #47tabs.highlight()
tabs.insertCSS()
tabs.move()
tabs.moveInSuccession()
tabs.print()
- Dep #48tabs.printPreview()
- Dep #48tabs.query()
- Impl #57tabs.reload()
- Impl #57tabs.remove()
- Impl #57tabs.removeCSS()
tabs.saveAsPDF()
- Dep #48?tabs.sendMessage()
tabs.setZoom
- Dep #9tabs.show()
- Dep #47tabs.toggleReaderMode()
tabs.update()
- Impl #57tabs.warmup()
tabs.onActivated
tabs.onAttached
tabs.onCreated
tabs.onDetached
tabs.onHighlight
tabs.onMoved
tabs.onRemoved
tabs.onReplaced
tabs.onUpdated
tabs.onZoomChange
- Dep #9