ztools - Encrypt password online
Encrypt password, encrypt md5, URL-encodes
Cos'è ztools - Encrypt password online?
ztools - Encrypt password online è un'estensione di Chrome sviluppata da nhtung, e la sua funzione principale è "Encrypt password, encrypt md5, URL-encodes".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ztools - Encrypt password online
Scarica i file di estensione ztools - Encrypt password online 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
More free useful tools for developer. Encrypt password, password online generator, encrypt md5 online, decrypt md5 online, URL-encodes string, Decodes URL-encoded string, Convert HTML entities, generator QR-Code online
Informazioni di Base sull'Estensione
Nome | ztools - Encrypt password online |
ID | iplgdneegggdenfnfobpdeoijlbhdfba |
URL Ufficiale | https://chromewebstore.google.com/detail/ztools-encrypt-password-o/iplgdneegggdenfnfobpdeoijlbhdfba |
Descrizione | Encrypt password, encrypt md5, URL-encodes |
Dimensione del File | 36.19 KB |
Conteggio Installazioni | 13 |
Versione Corrente | 2.0 |
Ultimo Aggiornamento | 2018-03-14 |
Data di Pubblicazione | 2018-03-13 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | nhtung |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://ztools.info/ |
URL della Pagina di Aiuto | https://ztools.info/help |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ztools - Encrypt password online", "description": "Encrypt password, encrypt md5, URL-encodes", "version": "2.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "ZTools - Encrypt password, encrypt md5, URL-encodes, HTML entities, QR-Code online" }, "background": { "scripts": [ "content\/background.js", "jquery.min.js" ], "persistent": false }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "activeTab" ] } |