Sha1 Hash Generator
Generate sha1 hash from any text input
Cos'è Sha1 Hash Generator?
Sha1 Hash Generator è un'estensione di Chrome sviluppata da https://www.mediafreeware.com, e la sua funzione principale è "Generate sha1 hash from any text input".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Sha1 Hash Generator
Scarica i file di estensione Sha1 Hash Generator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
How it works? Click extension icon to open online generator. Enter text and click generate button to get sha1 hashed text.
Informazioni di Base sull'Estensione
Nome | Sha1 Hash Generator |
ID | lgnjfdpncllhdfpeombifohhakpemcnm |
URL Ufficiale | https://chromewebstore.google.com/detail/sha1-hash-generator/lgnjfdpncllhdfpeombifohhakpemcnm |
Descrizione | Generate sha1 hash from any text input |
Dimensione del File | 24.49 KB |
Conteggio Installazioni | 25 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2020-07-24 |
Data di Pubblicazione | 2020-07-24 |
Sviluppatore | https://www.mediafreeware.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.mediafreeware.com/sha1-hash-generator.html |
URL della Pagina della Politica sulla Privacy | https://www.mediafreeware.com/privacypolicy.html |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sha1 Hash Generator", "default_locale": "en", "description": "Generate sha1 hash from any text input", "background": { "scripts": [ "background.js" ] }, "version": "1.0", "icons": { "128": "images\/icon-128.png" }, "browser_action": { "default_icon": "images\/icon-128.png" } } |