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.
扩展基本信息
名称 | Password Ninja |
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 |
电子邮箱 | [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" ] } |