Offline Password Generator
Generate random passwords that are highly secured
What is Offline Password Generator?
Offline Password Generator is a Chrome extension developed by Ivan Ivanenko, and its main feature is "Generate random passwords that are highly secured".
Extension Screenshots
Download Offline Password Generator Extension CRX File
Download Offline Password Generator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | oebajlmokanlllbjpmadgjohjgmbeiio |
Official URL | https://chrome.google.com/webstore/detail/offline-password-generato/oebajlmokanlllbjpmadgjohjgmbeiio |
Description | Generate random passwords that are highly secured |
File Size | 146 KB |
Installation Count | 55 |
Current Version | 1.3 |
Last Updated | 2012-11-26 |
Publish Date | 2012-11-26 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Ivan Ivanenko |
Payment Type | free |
Supported Languages | 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" ] } ] } |