A Chrome Extension to verify Open Badges Infrastructure compliant digital badges.
In Google Chrome...
- Navigate to the extensions page.
- Make sure 'Developer mode' is checked.
- Click on 'Load unpacked extension...' and select the project directory.
- Navigate to web page containing badges.
- Click on Open Badges Verifier extension icon on the upper right-hand corner.
- When a prompt pops up, type the email to be verified for ownership of the badges.
- Verified badges will have green ticks over them and failed ones have red crosses instead.
Suggestions for more natural ways to perform the verification required. Currently, the extension only detects badges in <img> tags.
Install jshint, an easy way is to use npm.
sudo npm install -g jshint
make lint
After loading extension,
- Navigate to the extensions page.
- Make sure 'Developer mode' is checked.
- Copy the ID under the extension name and navigate to...
chrome-extension://<extension-id>/test/index.html
A zip archive will be created in build directory ready for submission. Tests are excluded from package.
make
- https://github.com/jquery/qunit -- Unit testing
- https://github.com/jquery/jquery -- AJAX wrapper
- https://github.com/caolan/async -- Async utlities
- https://code.google.com/p/crypto-js -- SHA256 hash
- https://github.com/devongovett/png.js -- Reading tEXt chunk in PNG