Password generator

This extension allows you to easily generate a password of any complexity.

Password generatorとは何ですか?

Password generatorはzveerkoによって開発されたChromeの拡張機能で、その主な機能は「This extension allows you to easily generate a password of any complexity.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Password generator拡張機能のCRXファイルをダウンロード

Password generator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The extension is able to generate a password of any complexity based on the settings, as well as a change of design.                    

拡張機能の基本情報

名前 Password generator Password generator
ID bjceobblnjgdcgdapanldlkkejljpdlh
公式URL https://chrome.google.com/webstore/detail/password-generator/bjceobblnjgdcgdapanldlkkejljpdlh
説明 This extension allows you to easily generate a password of any complexity.
ファイルサイズ 34.66 KB
インストール数 38
現在のバージョン 2.2.0
最終更新日 2017-07-31
公開日 2017-07-31
評価 5.00/5 合計 3 レビュー
開発者 zveerko
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/Zveromag/password-generator
対応言語 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_extName__",
    "version": "2.2.0",
    "description": "__MSG_extDesc__",
    "options_page": "options.html",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_title": "Password generator",
        "default_popup": "popup.html"
    },
    "permissions": [
        "clipboardWrite",
        "tabs",
        "storage"
    ]
}