Password Generator
This extension generates random characters for potential passwords.
Password Generatorとは何ですか?
Password Generatorはhttps://mattjared.coによって開発されたChromeの拡張機能で、その主な機能は「This extension generates random characters for potential passwords.」です。
拡張機能のスクリーンショット
Password Generator拡張機能のCRXファイルをダウンロード
Password Generator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension generates between two and nine (your choice) capitalized letters, lowercase letters, numbers and special characters. A fun project I made to shortcut having to create my own secure passwords. Do not share passwords with anyone, this project is for fun and entertainment only.
拡張機能の基本情報
名前 | Password Generator |
ID | gmldplfcfpjpchkjhpkdodpchllnikii |
公式URL | https://chromewebstore.google.com/detail/password-generator/gmldplfcfpjpchkjhpkdodpchllnikii |
説明 | This extension generates random characters for potential passwords. |
ファイルサイズ | 180 KB |
インストール数 | 46 |
現在のバージョン | 1.4 |
最終更新日 | 2015-03-03 |
公開日 | 2015-03-03 |
開発者 | https://mattjared.co |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Password Generator", "description": "This extension generates random characters for potential passwords.", "version": "1.4", "permissions": [ "" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |