Skip to content
This repository has been archived by the owner on Jun 23, 2021. It is now read-only.

Tracking issue for Chrome APIs #14

Open
39 of 69 tasks
sentialx opened this issue Dec 3, 2019 · 2 comments
Open
39 of 69 tasks

Tracking issue for Chrome APIs #14

sentialx opened this issue Dec 3, 2019 · 2 comments

Comments

@sentialx
Copy link
Owner

sentialx commented Dec 3, 2019

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
@RangerMauve
Copy link

Would PRs for APIs be welcome? I'd be interested in contributing the Chrome Sockets API for UDP and TCP sockets.

@sentialx
Copy link
Owner Author

Yes of course!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants