An open API service indexing awesome lists of open source software.

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.

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/)