Offline Password Generator
Generate random passwords that are highly secured
Offline Password Generatorとは何ですか?
Offline Password GeneratorはIvan Ivanenkoによって開発されたChromeの拡張機能で、その主な機能は「Generate random passwords that are highly secured」です。
拡張機能のスクリーンショット
Offline Password Generator拡張機能のCRXファイルをダウンロード
Offline Password Generator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Offline Password generates random passwords that are highly secure and extremely difficult to crack or guess due to an optional combination of lower and upper case letters. You can choose password length.
拡張機能の基本情報
名前 | |
ID | oebajlmokanlllbjpmadgjohjgmbeiio |
公式URL | https://chrome.google.com/webstore/detail/offline-password-generato/oebajlmokanlllbjpmadgjohjgmbeiio |
説明 | Generate random passwords that are highly secured |
ファイルサイズ | 146 KB |
インストール数 | 55 |
現在のバージョン | 1.3 |
最終更新日 | 2012-11-26 |
公開日 | 2012-11-26 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Ivan Ivanenko |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Offline Password Generator", "version": "1.3", "manifest_version": 2, "description": "Generate random passwords that are highly secured", "browser_action": { "default_icon": "images\/32.png", "default_popup": "popup.html" }, "icons": { "128": "images\/128.png", "32": "images\/32.png", "48": "images\/48.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "js": [ "res\/jquery-1.8.3.js", "logic.js" ], "css": [ "res\/bootstrap.min.css", "res\/bootstrap-responsive.min.css" ] } ] } |