Password Chameleon

Password Generator

Co to jest Password Chameleon?

Password Chameleon to rozszerzenie Chrome opracowane przez https://passwordchameleon.com, a jego główną funkcją jest „Password Generator”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Password Chameleon

Pobierz pliki rozszerzeń Password Chameleon w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Password Chameleon Password Chameleon
ID ihgpfjkeignaegoghdopjncdahgilfnc
Oficjalny URL https://chromewebstore.google.com/detail/password-chameleon/ihgpfjkeignaegoghdopjncdahgilfnc
Opis Password Generator
Rozmiar pliku 20.1 KB
Liczba instalacji 1,154
Aktualna Wersja 1.6.1
Ostatnia Aktualizacja 2021-04-19
Data Publikacji 2013-06-16
Ocena 3.30/5 Łącznie 10 Oceny
Deweloper https://passwordchameleon.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://passwordchameleon.com
Obsługiwane Języki 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"
    ]
}