Skip to content
GitHub no longer supports this web browser. Learn more about the browsers we support.
Chrome extension that adds a virtual authenticators tab to devtools
JavaScript HTML CSS Shell
Branch: master
Clone or download
Latest commit d1439e8 Dec 17, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
assets Update icon. Nov 18, 2019
bin First commit. Nov 6, 2019
modules Improve the UI. Dec 17, 2019
.gitignore
CODE_OF_CONDUCT.md First commit. Nov 6, 2019
CONTRIBUTING.md First commit. Nov 6, 2019
LICENSE First commit. Nov 6, 2019
README.md Update README.md Dec 9, 2019
devtools.html
devtools.js First commit. Nov 6, 2019
manifest.json
package-lock.json Update dependencies. Dec 9, 2019
package.json Update dependencies. Dec 9, 2019
panel.html Improve the UI. Dec 17, 2019
panel.js Improve the UI. Dec 17, 2019
style.css
webpack.config.js First commit. Nov 6, 2019

README.md

Virtual Authenticators Tab

virtual authenticators tab icon

Introduction

A Google Chrome extension for developers that adds a virtual authenticators tab to devtools, allowing you to try WebAuthn without physical security keys.

This extension will work best on Chrome 80 onwards, but you can still try it on 78 and 79.

Download

The extension is available at the chrome web store

Development

To try the extension locally,

  1. Install the dependencies
npm install
  1. Generate the main module
npm run dev
  1. Load the extension as an unpacked extension

Building for release

npm run build

Will produce a zip file suitable for upload to the chrome web store.

Authors

Alexander Bradt abradt@google.com

Nina Satragno nso@google.com

Disclaimer

This is not an officially supported Google product

You can’t perform that action at this time.