Password Ninja
Password Generator for Young People
Password Ninjaとは何ですか?
Password Ninjaはhttps://password.ninjaによって開発されたChromeの拡張機能で、その主な機能は「Password Generator for Young People」です。
拡張機能のスクリーンショット
Password Ninja拡張機能のCRXファイルをダウンロード
Password Ninja拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Password Ninja is a random password generator great for young people! Make a new password for yourself or someone else, great for those working in schools. 拡張機能の基本情報
| 名前 | |
| ID | jmpfkedghkkdhggiajgibkjlnjondhkm |
| 公式URL | https://chromewebstore.google.com/detail/password-ninja/jmpfkedghkkdhggiajgibkjlnjondhkm |
| 説明 | Password Generator for Young People |
| ファイルサイズ | 301 KB |
| インストール数 | 111 |
| 現在のバージョン | 2.3.1 |
| 最終更新日 | 2024-02-23 |
| 公開日 | 2021-06-16 |
| 開発者 | https://password.ninja |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://password.ninja |
| ヘルプページのURL | https://password.ninja/contact |
| 対応言語 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Password Ninja",
"description": "Password Generator for Young People",
"version": "2.3.1",
"manifest_version": 3,
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/pn16.png",
"32": "images\/pn32.png",
"48": "images\/pn48.png",
"128": "images\/pn128.png"
}
},
"icons": {
"16": "images\/pn16.png",
"32": "images\/pn32.png",
"48": "images\/pn48.png",
"128": "images\/pn128.png"
},
"permissions": [
"storage"
]
} | |