Browser-laptop: Extension: True Key

Created on 8 Jun 2017  路  3Comments  路  Source: brave/browser-laptop

Extension: True Key

image

Needed APIs:

chrome.browser

  • chrome.browserAction.onClicked
  • chrome.browserAction.setBadgeBackgroundColor
  • chrome.browserAction.setIcon

chrome.contextMenus

  • chrome.contextMenus.create
  • #8815 chrome.contextMenus.removeAll

chrome.cookies

  • chrome.cookies.get
  • #6262 chrome.cookies.getAll
  • chrome.cookies.remove

chrome.extension

  • chrome.extension.getBackgroundPage
  • #8790 chrome.extension.onMessage

chrome.privacy

  • chrome.privacy.services

chrome.runtime

  • #8683 chrome.runtime.getManifest
  • chrome.runtime.getPlatformInfo
  • chrome.runtime.getURL
  • #8798 chrome.runtime.id
  • #8799 chrome.runtime.lastError
  • chrome.runtime.onInstalled
  • #8791 chrome.runtime.onMessage
  • #8801 chrome.runtime.onMessageExternal
  • #8802 chrome.runtime.sendMessage

chrome.storage

  • chrome.storage.local

chrome.tabs

  • #8680 chrome.tabs.create
  • #8808 chrome.tabs.executeScript
  • chrome.tabs.getCurrent
  • #8819 chrome.tabs.onActivated
  • #8820 chrome.tabs.onCreated
  • #8809 chrome.tabs.onRemoved
  • #8810 chrome.tabs.onUpdated
  • #8811 chrome.tabs.query
  • #4687 chrome.tabs.remove
  • #8812 chrome.tabs.sendMessage
  • #6790 chrome.tabs.update

chrome.windows

  • #8679 chrome.windows.update
featurextensions featurpassword-manager fixed-with-brave-core wontfix

Most helpful comment

@jonathansampson

Just an update, since we last talked, after my successful POC for getting True Key to work in Brave. I've started to do the real integration with Brave for the True Key extension while your team works on this issue.

I have a branch in my forked repo that is not ready for a PR to be thrown up yet as this issue is still open and there's still some stuff I'll need to confirm with my work, but this is what I have so far (including E2E and unit tests), https://github.com/brave/browser-laptop/compare/master...nickytonline:feature/add-true-key-extension?expand=1&w=1

screen shot 2017-06-22 at 12 15 16 am

All 3 comments

+++++++++++++++

@jonathansampson

Just an update, since we last talked, after my successful POC for getting True Key to work in Brave. I've started to do the real integration with Brave for the True Key extension while your team works on this issue.

I have a branch in my forked repo that is not ready for a PR to be thrown up yet as this issue is still open and there's still some stuff I'll need to confirm with my work, but this is what I have so far (including E2E and unit tests), https://github.com/brave/browser-laptop/compare/master...nickytonline:feature/add-true-key-extension?expand=1&w=1

screen shot 2017-06-22 at 12 15 16 am

When we move to brave-core (which is just around the corner), we should have full support for extensions. Stay tuned 馃槃

Was this page helpful?
0 / 5 - 0 ratings

Related issues

luixxiul picture luixxiul  路  3Comments

stevespringett picture stevespringett  路  3Comments

shortstuffsushi picture shortstuffsushi  路  3Comments

eljuno picture eljuno  路  3Comments

bbondy picture bbondy  路  3Comments