Password Generator
This extension generates random characters for potential passwords.
Cos'è Password Generator?
Password Generator è un'estensione di Chrome sviluppata da https://mattjared.co, e la sua funzione principale è "This extension generates random characters for potential passwords.".
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
This extension generates between two and nine (your choice) capitalized letters, lowercase letters, numbers and special characters. A fun project I made to shortcut having to create my own secure passwords. Do not share passwords with anyone, this project is for fun and entertainment only.
Informazioni di Base sull'Estensione
Nome | Password Generator |
ID | gmldplfcfpjpchkjhpkdodpchllnikii |
URL Ufficiale | https://chromewebstore.google.com/detail/password-generator/gmldplfcfpjpchkjhpkdodpchllnikii |
Descrizione | This extension generates random characters for potential passwords. |
Dimensione del File | 180 KB |
Conteggio Installazioni | 46 |
Versione Corrente | 1.4 |
Ultimo Aggiornamento | 2015-03-03 |
Data di Pubblicazione | 2015-03-03 |
Sviluppatore | https://mattjared.co |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Password Generator", "description": "This extension generates random characters for potential passwords.", "version": "1.4", "permissions": [ "" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |