Offline Password Generator
Generate random passwords that are highly secured
什么是Offline Password Generator?
Offline Password Generator是由Ivan Ivanenko开发的Chrome扩展程序,该扩展的主要功能是“Generate random passwords that are highly secured”。
扩展截图
下载Offline Password Generator扩展crx文件
下载Offline Password Generator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | oebajlmokanlllbjpmadgjohjgmbeiio |
官方URL | https://chrome.google.com/webstore/detail/offline-password-generato/oebajlmokanlllbjpmadgjohjgmbeiio |
简介 | Generate random passwords that are highly secured |
文件大小 | 146 KB |
安装次数 | 55 |
当前版本 | 1.3 |
更新时间 | 2012-11-26 |
上架时间 | 2012-11-26 |
评分 | 5.00/5 共2次评分 |
开发者 | Ivan Ivanenko |
付费类型 | free |
支持的语言 | 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" ] } ] } |