https://github.com/viclafouch/mehdixtension
A simple extension in order to get the hash (md5, sha256 or whirpool) of a text. Available on Chrome and Firefox.
https://github.com/viclafouch/mehdixtension
extension javascript webextension-api
Last synced: 12 months ago
JSON representation
A simple extension in order to get the hash (md5, sha256 or whirpool) of a text. Available on Chrome and Firefox.
- Host: GitHub
- URL: https://github.com/viclafouch/mehdixtension
- Owner: viclafouch
- Created: 2018-10-10T14:34:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-11T23:22:07.000Z (over 7 years ago)
- Last Synced: 2025-03-24T19:18:59.283Z (about 1 year ago)
- Topics: extension, javascript, webextension-api
- Language: JavaScript
- Homepage:
- Size: 82 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mehdixtension
A simple extension in order to get the hash (md5, sha256 or whirpool) of a text.
Available on Chrome and Firefox.
## Setup
``` bash
# Clone project
git clone https://github.com/viclafouch/mehdixtension
```
### Test in Chrome :
* Visit chrome://extensions (via omnibox or menu -> Tools -> Extensions).
* Enable Developer mode by ticking the checkbox in the upper-right corner.
* Click on the "Load unpacked extension..." button.
* Select the directory containing your unpacked extension.
### Test in Firefox :
* Open Firefox.
* Enter "about:debugging" in the URL bar.
* Click "Load Temporary Add-on".
* Open the extension's directory and select any file inside the extension.
## Author
[Victor de la Fouchardière](http://www.victor-de-la-fouchardiere.fr/)