Last active
January 15, 2019 12:48
-
-
Save kzar/56e211fc7096f07cd75ac4f2f960f6ed to your computer and use it in GitHub Desktop.
Edge showOptions debugging
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// First these two lines | |
let manifest = browser.runtime.getManifest(); | |
browser.extension.getURL(manifest.options_page || manifest.options_ui.page); | |
// Then this one | |
browser.tabs.query({}, tabs => { console.log(JSON.stringify(tabs)); }) | |
// Then this | |
browser.runtime.openOptionsPage |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ms-browser-extension://EdgeExtension_EyeoGmbHAdblockPlusdevelopmentbuild_d55gg7py3s0m0/options.html