The Password Genie
Instant and secure password generator, the extension is safe and open source
The Password Genieとは何ですか?
The Password GenieはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Instant and secure password generator, the extension is safe and open source」です。
拡張機能のスクリーンショット
The Password Genie拡張機能のCRXファイルをダウンロード
The Password Genie拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Instant and Secure password generator.
拡張機能の基本情報
名前 | The Password Genie |
ID | ccdnljkkehejmcfnmifnkpnodlikdehg |
公式URL | https://chromewebstore.google.com/detail/the-password-genie/ccdnljkkehejmcfnmifnkpnodlikdehg |
説明 | Instant and secure password generator, the extension is safe and open source |
ファイルサイズ | 193 KB |
インストール数 | 171 |
現在のバージョン | 1.4.4 |
最終更新日 | 2018-05-07 |
公開日 | 2018-05-07 |
評価 | 5.00/5 合計 6 レビュー |
開発者 | Unknown |
支払い方法 | free |
拡張機能のウェブサイト | https://nourabusoud.github.io/password-genie/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "The Password Genie", "version": "1.4.4", "manifest_version": 2, "description": "Instant and secure password generator, the extension is safe and open source", "icons": { "16": "images\/[email protected]", "48": "images\/[email protected]", "128": "images\/[email protected]", "512": "images\/[email protected]", "1024": "images\/[email protected]" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [], "browser_action": { "default_icon": { "16": "images\/[email protected]", "48": "images\/[email protected]" }, "default_title": "The Password Genie", "default_popup": "popup.html" } } |