Generates a URL that you can use as a redirect URL.
The URL is derived from your extension's ID, so if you use this function you should probably set your extension's ID explicitly using the
browser_specific_settings
key (otherwise, each time you
temporarily install the extension
, you'll get a different redirect URL).
见 Getting a redirect URL for more information on redirect URLs.
var redirectURL = browser.identity.getRedirectURL()
None.
A string containing a redirect URL value.
BCD tables only load in the browser
Get the redirect URL:
var redirectURL = browser.identity.getRedirectURL();
注意:
This API is based on Chromium's
identity
API。
Microsoft Edge compatibility data is supplied by Microsoft Corporation and is included here under the Creative Commons Attribution 3.0 United States License.
最后修改: , 由 MDN 贡献者