We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Note
I have no plans to implement depreciated APIs unless they assist a browser feature
tabs.TAB_ID_NONE
tabs.captureTab()
tabs.captureVisibleTab()
tabs.connect()
tabs.create()
tabs.detectLanguage()
tabs.discard()
tabs.duplicate()
tabs.executeScript()
tabs.get()
tabs.getCurrent()
tabs.getZoom()
tabs.getZoomSettings()
tabs.goForward()
tabs.goBack()
tabs.hide()
tabs.highlight()
tabs.insertCSS()
tabs.move()
tabs.moveInSuccession()
tabs.print()
tabs.printPreview()
tabs.query()
tabs.reload()
tabs.remove()
tabs.removeCSS()
tabs.saveAsPDF()
tabs.sendMessage()
tabs.setZoom
tabs.show()
tabs.toggleReaderMode()
tabs.update()
tabs.warmup()
tabs.onActivated
tabs.onAttached
tabs.onCreated
tabs.onDetached
tabs.onHighlight
tabs.onMoved
tabs.onRemoved
tabs.onReplaced
tabs.onUpdated
tabs.onZoomChange
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Note
I have no plans to implement depreciated APIs unless they assist a browser feature
tabs.TAB_ID_NONE
tabs.captureTab()
tabs.captureVisibleTab()
tabs.connect()
tabs.create()
tabs.detectLanguage()
tabs.discard()
tabs.duplicate()
tabs.executeScript()
tabs.get()
- Impl ✨ First pass tab api implementation #57tabs.getCurrent()
tabs.getZoom()
- Dep Page Zoom #9tabs.getZoomSettings()
- Dep Page Zoom #9tabs.goForward()
- Impl ✨ First pass tab api implementation #57tabs.goBack()
- Impl ✨ First pass tab api implementation #57tabs.hide()
- Dep Handling hidden tabs #47tabs.highlight()
tabs.insertCSS()
tabs.move()
tabs.moveInSuccession()
tabs.print()
- Dep Printing support 😭 #48tabs.printPreview()
- Dep Printing support 😭 #48tabs.query()
- Impl ✨ First pass tab api implementation #57tabs.reload()
- Impl ✨ First pass tab api implementation #57tabs.remove()
- Impl ✨ First pass tab api implementation #57tabs.removeCSS()
tabs.saveAsPDF()
- Dep Printing support 😭 #48?tabs.sendMessage()
tabs.setZoom
- Dep Page Zoom #9tabs.show()
- Dep Handling hidden tabs #47tabs.toggleReaderMode()
tabs.update()
- Impl ✨ First pass tab api implementation #57tabs.warmup()
tabs.onActivated
tabs.onAttached
tabs.onCreated
tabs.onDetached
tabs.onHighlight
tabs.onMoved
tabs.onRemoved
tabs.onReplaced
tabs.onUpdated
tabs.onZoomChange
- Dep Page Zoom #9The text was updated successfully, but these errors were encountered: