Password Chameleon
Password Generator
Vad är Password Chameleon?
Password Chameleon är en Chrome-tillägg utvecklad av https://passwordchameleon.com, och dess huvudfunktion är "Password Generator".
Tilläggsskärmbilder
Ladda ner Password Chameleon-förlängningens CRX-fil
Ladda ner Password Chameleon-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Password Chameleon |
ID | ihgpfjkeignaegoghdopjncdahgilfnc |
Officiell webbadress | https://chromewebstore.google.com/detail/password-chameleon/ihgpfjkeignaegoghdopjncdahgilfnc |
Beskrivning | Password Generator |
Filstorlek | 20.1 KB |
Antal Installationer | 1,154 |
Aktuell Version | 1.6.1 |
Senast Uppdaterad | 2021-04-19 |
Publiceringsdatum | 2013-06-16 |
Betyg | 3.30/5 Totalt 10 Betyg |
Utvecklare | https://passwordchameleon.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://passwordchameleon.com |
Stödda Språk | 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" ] } |