kylehuff / gpgauth-chrome

A gpgAuth client implementation for chrome on Windows, Linux and OSX

Home Page:http://gpgauth.org/projects/gpgauth-chrome/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This folder contains the source for the gpgAuth chrome/chromium extension.

The google webstore URL for the packaged extension is here: https://chrome.google.com/webstore/detail/pinhikmcljjkhnpjmpfkhjgiaacajajm

The directory './plugins/' contains the platform specific NPAPI binary objects that are compiled from the gpgauth-npapi project: https://github.com/gpgauth/gpgauth-npapi

To test the extension, after installing navigate to http://gpgauth.org/tests/head_test.php or the fancier version here: http://gpgauth.org/demo/

To execute functions for testing, go to chrome://extension, enable "Developer Mode" and click on the link "Inspect active views: background.html", after the element inspector pops up, go to the "Console" tab and execute public methods via `plugin.METHOD()`, i.e. "plugin.getKeyList()"

About

A gpgAuth client implementation for chrome on Windows, Linux and OSX

http://gpgauth.org/projects/gpgauth-chrome/

License:Other


Languages

Language:JavaScript 97.5%Language:Shell 2.5%