Password Generator
Password generator extension allows you to easily generate long and secure password in one click
Co to jest Password Generator?
Password Generator to rozszerzenie Chrome opracowane przez https://xfox111.net, a jego główną funkcją jest „Password generator extension allows you to easily generate long and secure password in one click”.
Zrzuty ekranu rozszerzenia
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
Extension for web browsers which helps you to easily generate strong passwords in one click ## Features - Create strong passwords in one click - Customizable generator - Clean and simple UI - Dark mode ## Hey, It's open-source software! If you know how to improve this extension you can check its GitHub Repository at: https://github.com/xfox111/PasswordGeneratorExtension Check out release changelog on: https://github.com/xfox111/PasswordGeneratorExtension/releases/latest
Podstawowe informacje o rozszerzeniu
Nazwa | Password Generator |
ID | jnjobgjobffgmgfnkpkjfjkkfhfikmfl |
Oficjalny URL | https://chromewebstore.google.com/detail/password-generator/jnjobgjobffgmgfnkpkjfjkkfhfikmfl |
Opis | Password generator extension allows you to easily generate long and secure password in one click |
Rozmiar pliku | 282 KB |
Liczba instalacji | 1,811 |
Aktualna Wersja | 3.1.0 |
Ostatnia Aktualizacja | 2024-02-09 |
Data Publikacji | 2020-10-07 |
Ocena | 3.75/5 Łącznie 4 Oceny |
Deweloper | https://xfox111.net |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://xfox111.net/PasswordGenerator |
Adres URL Strony Pomocy | https://xfox111.net/PasswordGenerator/issues |
Obsługiwane Języki | en,pl,pt-BR,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.1.0", "manifest_version": 3, "name": "__MSG_name__", "description": "__MSG_description__", "author": "__MSG_author__", "homepage_url": "https:\/\/github.com\/xfox111\/PasswordGeneratorExtension", "default_locale": "en", "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "permissions": [ "storage" ], "action": { "default_popup": "src\/popup.html" } } |