Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 1.23 KB

README.md

File metadata and controls

22 lines (12 loc) · 1.23 KB

Click'n'Hash

A manifest v3 Chromium extension that allows you to hash selected text using the context menu (right click).

Firefox version is HashZilla.

Uses crypto-api v0.8.5 library.

Install

Chrome

Known issues (specific to Chrome extension)

  • The output currently shows the hash in an alert() dialog and tab console (there are some technical challenges to getting output in the extension popup to work).

Chromium has a bug where alert() messages containing multiline text cannot be copied out of the alert dialog. To workaround, open the console and copy the output of the hash from there.

This issue is not present with the Firefox extension.