Password Generator

This extension generates random characters for potential passwords.

Co to jest Password Generator?

Password Generator to rozszerzenie Chrome opracowane przez https://mattjared.co, a jego główną funkcją jest „This extension generates random characters for potential passwords.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Password Generator

Pobierz pliki rozszerzeń Password Generator 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

                        This extension generates between two and nine (your choice) capitalized letters, lowercase letters, numbers and special characters. A fun project I made to shortcut having to create my own secure passwords. Do not share passwords with anyone, this project is for fun and entertainment only.                    

Podstawowe informacje o rozszerzeniu

Nazwa Password Generator Password Generator
ID gmldplfcfpjpchkjhpkdodpchllnikii
Oficjalny URL https://chromewebstore.google.com/detail/password-generator/gmldplfcfpjpchkjhpkdodpchllnikii
Opis This extension generates random characters for potential passwords.
Rozmiar pliku 180 KB
Liczba instalacji 46
Aktualna Wersja 1.4
Ostatnia Aktualizacja 2015-03-03
Data Publikacji 2015-03-03
Deweloper https://mattjared.co
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Password Generator",
    "description": "This extension generates random characters for potential passwords.",
    "version": "1.4",
    "permissions": [
        ""
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}