Secure Password Generator

Generate safe passwords based on specified criteria.

什么是Secure Password Generator?

Secure Password Generator是由towisoft开发的Chrome扩展程序,该扩展的主要功能是“Generate safe passwords based on specified criteria.”。

扩展截图

screenshot
screenshot

下载Secure Password Generator扩展crx文件

下载Secure Password Generator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension allows you to simply generate secure passwords based on criteria you specify on the options page.

Why you should use this extension?
* no permissions to access where you browse or anything. Other extensions seem to have ability to access data on the page where you enter the username and password
* simply click the lock icon next to omnibox and you have your password
* no ads or anything that would bother you - I created this for myself because I do not trust other extensions
* if you feel like it you can support me on the options page but nothing will remind or force you to do it                    

扩展基本信息

名称 Secure Password Generator Secure Password Generator
ID pnafejbcbclmhimjoefcafhpkfcjegec
官方URL https://chromewebstore.google.com/detail/secure-password-generator/pnafejbcbclmhimjoefcafhpkfcjegec
简介 Generate safe passwords based on specified criteria.
文件大小 171 KB
安装次数 209
当前版本 1.1
更新时间 2013-07-06
上架时间 2013-07-06
评分 5.00/5 共4次评分
开发者 towisoft
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "1.1",
    "background": {
        "scripts": [
            "pwdgenerator.js"
        ]
    },
    "icons": {
        "16": "images\/lock-16.png",
        "48": "images\/lock-48.png",
        "128": "images\/lock-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/lock-19.png",
            "38": "images\/lock-38.png"
        },
        "default_title": "__MSG_extensionName__",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "default_locale": "en"
}