paGen

Password Generator. Easy. Simple.

什么是paGen?

paGen是由http://emotionloop.com开发的Chrome扩展程序,该扩展的主要功能是“Password Generator. Easy. Simple.”。

扩展截图

screenshot
screenshot
screenshot

下载paGen扩展crx文件

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

扩展使用说明

                        paGen is a Google Chrome extension, that will help you by generating random passwords.

We wanted a simple and easy to use password generator for Google Chrome, and we couldn't find it, so we built one.

It has a simple and easy to use interface.

You can get its source at https://github.com/emotionLoop/paGen                    

扩展基本信息

名称 paGen paGen
ID eligfkfpdmeloopcoighgpdgedhnoool
官方URL https://chrome.google.com/webstore/detail/pagen/eligfkfpdmeloopcoighgpdgedhnoool
简介 Password Generator. Easy. Simple.
文件大小 25.17 KB
安装次数 53
当前版本 1.1.0
更新时间 2013-01-14
上架时间 2013-01-14
开发者 http://emotionloop.com
电子邮箱 [email protected]
付费类型 free
扩展官网 http://emotionloop.com
帮助页面URL http://support.emotionloop.com
支持的语言 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "version": "1.1.0",
    "manifest_version": 2,
    "description": "__MSG_description__",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "notifications"
    ],
    "web_accessible_resources": [
        "icon.png"
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon.png"
    },
    "default_locale": "en",
    "incognito": "split"
}