Offline Password Generator
Generate random passwords that are highly secured
Cos'è Offline Password Generator?
Offline Password Generator è un'estensione di Chrome sviluppata da Ivan Ivanenko, e la sua funzione principale è "Generate random passwords that are highly secured".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Offline Password Generator
Scarica i file di estensione Offline 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
Offline Password generates random passwords that are highly secure and extremely difficult to crack or guess due to an optional combination of lower and upper case letters.
You can choose password length. Informazioni di Base sull'Estensione
| Nome | |
| ID | oebajlmokanlllbjpmadgjohjgmbeiio |
| URL Ufficiale | https://chrome.google.com/webstore/detail/offline-password-generato/oebajlmokanlllbjpmadgjohjgmbeiio |
| Descrizione | Generate random passwords that are highly secured |
| Dimensione del File | 146 KB |
| Conteggio Installazioni | 55 |
| Versione Corrente | 1.3 |
| Ultimo Aggiornamento | 2012-11-26 |
| Data di Pubblicazione | 2012-11-26 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | Ivan Ivanenko |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Offline Password Generator",
"version": "1.3",
"manifest_version": 2,
"description": "Generate random passwords that are highly secured",
"browser_action": {
"default_icon": "images\/32.png",
"default_popup": "popup.html"
},
"icons": {
"128": "images\/128.png",
"32": "images\/32.png",
"48": "images\/48.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*"
],
"js": [
"res\/jquery-1.8.3.js",
"logic.js"
],
"css": [
"res\/bootstrap.min.css",
"res\/bootstrap-responsive.min.css"
]
}
]
} | |