Password Chameleon
Password Generator
Wat is Password Chameleon?
Password Chameleon is een Chrome-extensie ontwikkeld door https://passwordchameleon.com, en de belangrijkste functie is "Password Generator".
Extensie Screenshots
Download het CRX-bestand van de extensie Password Chameleon
Download Password Chameleon-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Password Chameleon |
ID | ihgpfjkeignaegoghdopjncdahgilfnc |
Officiële URL | https://chromewebstore.google.com/detail/password-chameleon/ihgpfjkeignaegoghdopjncdahgilfnc |
Beschrijving | Password Generator |
Bestandsgrootte | 20.1 KB |
Aantal Installaties | 1,154 |
Huidige Versie | 1.6.1 |
Laatst Bijgewerkt | 2021-04-19 |
Publicatiedatum | 2013-06-16 |
Beoordeling | 3.30/5 Totaal 10 Beoordelingen |
Ontwikkelaar | https://passwordchameleon.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://passwordchameleon.com |
Ondersteunde Talen | 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" ] } |