Password Chameleon
Password Generator
什么是Password Chameleon?
Password Chameleon是由https://passwordchameleon.com开发的Chrome扩展程序,该扩展的主要功能是“Password Generator”。
扩展截图
下载Password Chameleon扩展crx文件
下载Password Chameleon扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Password Chameleon provides a unique, secure password for every website you visit.
Simply enter your secret password and Password Chameleon will generate a password for you and copy it to the clipboard.
- Passwords are never stored or sent over the internet.
- Passwords are 10 characters and always contain numbers, letters and punctuation.
- Password Chameleon is also available for your smartphone or computer.
Visit the Password Chameleon website for more information. 扩展基本信息
| 名称 | |
| ID | ihgpfjkeignaegoghdopjncdahgilfnc |
| 官方URL | https://chromewebstore.google.com/detail/password-chameleon/ihgpfjkeignaegoghdopjncdahgilfnc |
| 简介 | Password Generator |
| 文件大小 | 20.1 KB |
| 安装次数 | 1,154 |
| 当前版本 | 1.6.1 |
| 更新时间 | 2021-04-19 |
| 上架时间 | 2013-06-16 |
| 评分 | 3.30/5 共10次评分 |
| 开发者 | https://passwordchameleon.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | http://passwordchameleon.com |
| 支持的语言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Password Chameleon",
"version": "1.6.1",
"manifest_version": 2,
"description": "Password Generator",
"homepage_url": "http:\/\/passwordchameleon.com",
"icons": {
"16": "ChameleonIcon_16x16.png",
"48": "ChameleonIcon_48x48.png",
"128": "ChameleonIcon_128x128.png"
},
"browser_action": {
"default_icon": "ChameleonIcon_19x19.png",
"default_title": "Password Chameleon",
"default_popup": "popup.html"
},
"offline_enabled": true,
"permissions": [
"tabs",
"clipboardWrite"
]
} | |