You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 23, 2021. It is now read-only.
Update: some of the extensions APIs are supported by the new Electron native Chrome extensions system, for reference: https://github.com/electron/electron/blob/master/docs/api/extensions.md
Aside that, this package brings support for more APIs and provides a way to handle UI related actions.
List of currently and planned to be supported APIs:
It also can be found here.
tabs
onCreated
onUpdated
onActivated
onRemoved
insertCSS
get
getCurrent
getAllInWindow
getSelected
update
query
create
reload
detectLanguage
duplicate
highlight
move
discard
goForward
goBack
onMoved
onSelectionChanged
onActiveChanged
onHighlightChanged
onHighlighted
onDetached
onAttached
onReplaced
windows
onCreated
onFocusChanged
onRemoved
get
getCurrent
getAll
create
update
remove
getLastFocused
webNavigation
onBeforeNavigate
onCommitted
onCompleted
onCreatedNavigationTarget
onDOMContentLoaded
onReferenceFragmentUpdated
onTabReplaced
onHistoryStateUpdated
getFrame
getAllFrames
webRequest
onBeforeRequest
onBeforeSendHeaders
onHeadersReceived
onSendHeaders
onCompleted
onErrorOccurred
onResponseStarted
onBeforeRedirect
cookies
onChanged
get
getAll
set
remove
getAllCookieStores
browserAction
contextMenus
The text was updated successfully, but these errors were encountered: