Skip to content

netluxe/Authenticator2FA-Extension

 
 

Repository files navigation

Authenticator Build Status Crowdin

Authenticator generates 2-Step Verification codes in your browser.

Available for Chrome and Firefox

Authenticator is one of the featured extensions on Firefox Add-ons this month!

Build Setup

# install typescript
npm install -g typescript
#install gts
npm install -g gts
# install dependencies
npm install
# check typescript style
gts check
# try to auto fix style issue
gts fix
# compile for Chrome
npm run chrome
# compile for Firefox
npm run firefox

Packages

No packages published

Languages

  • TypeScript 70.7%
  • HTML 15.8%
  • CSS 11.6%
  • Shell 1.9%