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.」です。
拡張機能のスクリーンショット
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 |
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" } |