Password Chameleon

Password Generator

Password Chameleonとは何ですか?

Password Chameleonはhttps://passwordchameleon.comによって開発されたChromeの拡張機能で、その主な機能は「Password Generator」です。

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

screenshot

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

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

拡張機能の使用方法

                        Password Chameleon provides a unique, secure password for every website you visit.

Simply enter your secret password and Password Chameleon will generate a password for you and copy it to the clipboard.

 - Passwords are never stored or sent over the internet.
 - Passwords are 10 characters and always contain numbers, letters and punctuation.
 - Password Chameleon is also available for your smartphone or computer.

Visit the Password Chameleon website for more information.                    

拡張機能の基本情報

名前 Password Chameleon Password Chameleon
ID ihgpfjkeignaegoghdopjncdahgilfnc
公式URL https://chromewebstore.google.com/detail/password-chameleon/ihgpfjkeignaegoghdopjncdahgilfnc
説明 Password Generator
ファイルサイズ 20.1 KB
インストール数 1,154
現在のバージョン 1.6.1
最終更新日 2021-04-19
公開日 2013-06-16
評価 3.30/5 合計 10 レビュー
開発者 https://passwordchameleon.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://passwordchameleon.com
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Password Chameleon",
    "version": "1.6.1",
    "manifest_version": 2,
    "description": "Password Generator",
    "homepage_url": "http:\/\/passwordchameleon.com",
    "icons": {
        "16": "ChameleonIcon_16x16.png",
        "48": "ChameleonIcon_48x48.png",
        "128": "ChameleonIcon_128x128.png"
    },
    "browser_action": {
        "default_icon": "ChameleonIcon_19x19.png",
        "default_title": "Password Chameleon",
        "default_popup": "popup.html"
    },
    "offline_enabled": true,
    "permissions": [
        "tabs",
        "clipboardWrite"
    ]
}