forked from kylehuff/gpgauth-chrome
-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
10 lines (5 loc) · 815 Bytes
/
README
1
2
3
4
5
6
7
8
9
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()"