Skip to content

c910335/ptt-chrome-auto-login

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PTT Chrome Auto Login

A Chrome extension automating the login process for PTT.

PTT Chrome Auto Login stores your passwords via the Credential Management API, and you can manage all your passwords in chrome://password-manager/passwords.

Installation

Get PTT Auto Login from Chrome Web Store, or if you want to install from source manually:

  1. Clone this repository.
$ git clone https://github.com/c910335/ptt-chrome-auto-login.git
  1. Load unpacked from chrome://extensions

Contributing

  1. Fork it (https://github.com/c910335/ptt-chrome-auto-login/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors