Skip to content

Instantly share code, notes, and snippets.

@evanxd
Created November 15, 2017 07:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save evanxd/0a78255d62e754ec48c2bf60a1c7155b to your computer and use it in GitHub Desktop.
Save evanxd/0a78255d62e754ec48c2bf60a1c7155b to your computer and use it in GitHub Desktop.
Usage of ChromeMigrationUtils helper functions
Cu.import("resource:///modules/ChromeMigrationUtils.jsm");
(async function () {
console.log(await ChromeMigrationUtils.getExtensionList());
} ());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment