Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.11 KB

README.md

File metadata and controls

29 lines (18 loc) · 1.11 KB

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