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

Add support for Chrome APIs #110

Open
42 of 64 tasks
sentialx opened this issue Aug 2, 2018 · 3 comments
Open
42 of 64 tasks

Add support for Chrome APIs #110

sentialx opened this issue Aug 2, 2018 · 3 comments

Comments

@sentialx
Copy link
Member

sentialx commented Aug 2, 2018

Extensions system is moved to a separate package: https://github.com/sentialx/electron-extensions

Currently supported APIs:

@sentialx sentialx added this to In progress in 1.0.0-beta.2 Aug 12, 2018
@xnerhu xnerhu assigned xnerhu and unassigned xnerhu Aug 26, 2018
@sentialx sentialx removed this from In progress in 1.0.0-beta.2 Sep 2, 2018
@sentialx sentialx added this to In progress in 2.0.0-beta.1 Jan 29, 2019
@sentialx sentialx changed the title Add support for WebExtensions API Add support for WebExtensions API (Chrome APIs) Feb 1, 2019
@sentialx sentialx removed this from In progress in 2.0.0-beta.1 Feb 16, 2019
@sentialx sentialx added this to To do in 4.0.0 Feb 17, 2019
@sentialx sentialx removed this from To do in 4.0.0 Feb 18, 2019
@sentialx sentialx added this to In progress in 2.0.0-beta.3 Feb 18, 2019
@sentialx sentialx moved this from In progress to To do in 2.0.0-beta.3 Mar 2, 2019
@sentialx sentialx removed this from To do in 2.0.0-beta.3 Mar 2, 2019
@sentialx sentialx added this to To do in 2.0.0-beta.4 Mar 3, 2019
@sentialx sentialx moved this from To do to In progress in 2.0.0-beta.4 Mar 11, 2019
@sentialx sentialx pinned this issue Mar 16, 2019
@sentialx sentialx changed the title Add support for WebExtensions API (Chrome APIs) Add support for Chrome APIs Mar 24, 2019
@sentialx
Copy link
Member Author

2.0.0-beta.4:

  • tabs
    • onCreated
    • onUpdated
    • onActivated
    • executeScript
    • insertCSS
    • get
    • getCurrent
    • query
    • create
  • webNavigation
    • onBeforeNavigate
    • onCommitted
    • onDOMContentLoaded
    • onCompleted
    • onCreatedNavigationTarget
  • webRequest
    • onBeforeRequest
    • onBeforeSendHeaders
    • onHeadersReceived
    • onSendHeaders
    • onCompleted
    • onErrorOccurred
  • runtime
    • id
    • getManifest
    • getURL
    • reload
    • connect
    • onConnect
  • storage
    • local
    • sync
    • managed
  • i18n
    • getMessage
  • browserAction
    • setBadgeText

@samuelmaddock
Copy link

samuelmaddock commented Mar 25, 2019

Hi, @sentialx. I just came across your project and wanted to let you know I've been working on adding better support for Chrome extensions in Electron officially with my current wip at electron/electron#17440. If you'd be interested in helping out, please get in touch with my email on my profile or SamM#1270 on Discord.

@sentialx
Copy link
Member Author

sentialx commented Jul 6, 2019

Added support for darkreader sentialx/electron-extensions#6

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
No open projects
2.0.0-beta.4
  
In progress
Development

No branches or pull requests

3 participants