Authenticator
GitHub
Overview
What is Authenticator Extension?
Quickstarts
Add Your First Account
Export and Import Backups
Browser Pages
Chrome
Firefox
Edge
Additional Info
Lost Codes
Account Types
Getting Debugging Information
Standard Backup Format
Policy Configuration
Backing up in Old Edge
Open Authenticator, right click, and choose “Inspect Element”
Go to the “Console” tab at the top of the new window
Paste this into the console and hit enter
browser
.
storage
.
local
.
get
(
d
=>
console
.
log
(
JSON
.
stringify
(
d
,
null
,
2
)))
Copy the result to notepad
Save as a file ending in
.json
Translate
Edit