Password Generator
Password Generator - simple, secure, one-click password generator
Cos'è Password Generator?
Password Generator è un'estensione di Chrome sviluppata da Yurii Luchkiv, e la sua funzione principale è "Password Generator - simple, secure, one-click password generator".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Password Generator
Scarica i file di estensione Password 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
Generate a random secure password in one click The generator adds generated password to the dedicated field and copies it to the clipboard You can specify: — length of password — used chars: lowercase, uppercase, digits, and special characters — excluded chars — hexadecimal only Password configuration preferences are stored Passwords history is stored ChangeLog: Version 1.0.0 on 19.07.2023: — First release
Informazioni di Base sull'Estensione
Nome | Password Generator |
ID | nbnjbddbbcnnlceoglkfoolmknejieoi |
URL Ufficiale | https://chromewebstore.google.com/detail/password-generator/nbnjbddbbcnnlceoglkfoolmknejieoi |
Descrizione | Password Generator - simple, secure, one-click password generator |
Dimensione del File | 336 KB |
Conteggio Installazioni | 1,612 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2023-07-11 |
Data di Pubblicazione | 2023-07-11 |
Valutazione | 5.00/5 Totale 9 Valutazioni |
Sviluppatore | Yurii Luchkiv |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Password Generator", "version": "1.0.0", "description": "Password Generator - simple, secure, one-click password generator", "icons": { "16": "assets\/icons\/16.png", "32": "assets\/icons\/32.png", "48": "assets\/icons\/48.png", "128": "assets\/icons\/128.png" }, "action": { "default_popup": "popup.html", "default_title": "Password Generator", "default_icon": "assets\/icons\/128.png" }, "permissions": [ "storage" ], "background": { "service_worker": "background.js" } } |