Offline Password Generator
Generate random passwords that are highly secured
Wat is Offline Password Generator?
Offline Password Generator is een Chrome-extensie ontwikkeld door Ivan Ivanenko, en de belangrijkste functie is "Generate random passwords that are highly secured".
Extensie Screenshots
Download het CRX-bestand van de extensie Offline Password Generator
Download Offline Password Generator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | oebajlmokanlllbjpmadgjohjgmbeiio |
Officiële URL | https://chrome.google.com/webstore/detail/offline-password-generato/oebajlmokanlllbjpmadgjohjgmbeiio |
Beschrijving | Generate random passwords that are highly secured |
Bestandsgrootte | 146 KB |
Aantal Installaties | 55 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2012-11-26 |
Publicatiedatum | 2012-11-26 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Ivan Ivanenko |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |