KNOWN_EXTENSIONS
getExtensionEnabled
getExtensionInstalled
init
listExtensions
messageExtension
KNOWN_EXTENSIONS: object = ...

Friendly-names of extensions that are used in different places so that we can refer to them with more readable and less magic ids.

multi_account_containers: string = "@testpilot-containers"
temp_containers: string = "{c607c8df-14a7-4f28-894f-29e8722976af}"
tree_style_tab: string = "treestyletab@piro.sakura.ne.jp"
  • Read installed extensions to populate the list at startup time.

    Returns Promise<void>

  • Return a list of extensions installed by the user.

    Returns Promise<ExtensionInfo[]>

  • Parameters

    • id: string | number
    • message: any

    Returns Promise<any>