Strong Password Generator
Strong Password Generator to create secure passwords that are impossible to crack on your device.
Co to jest Strong Password Generator?
Strong Password Generator to rozszerzenie Chrome opracowane przez Arun Kumar Sekar, a jego główną funkcją jest „Strong Password Generator to create secure passwords that are impossible to crack on your device.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Strong Password Generator
Pobierz pliki rozszerzeń Strong 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
Strong Password Generator to create secure passwords that are impossible to crack on your device without sending them across the Internet, and learn over 30 tricks to keep your passwords, accounts and documents safe.
Podstawowe informacje o rozszerzeniu
Nazwa | Strong Password Generator |
ID | mbkohgkhedaeabjolobelbiomcchdenc |
Oficjalny URL | https://chromewebstore.google.com/detail/strong-password-generator/mbkohgkhedaeabjolobelbiomcchdenc |
Opis | Strong Password Generator to create secure passwords that are impossible to crack on your device. |
Rozmiar pliku | 879 KB |
Liczba instalacji | 119 |
Aktualna Wersja | 1.5.5 |
Ostatnia Aktualizacja | 2017-09-09 |
Data Publikacji | 2017-09-09 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | Arun Kumar Sekar |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Strong Password Generator", "version": "1.5.5", "description": "Strong Password Generator to create secure passwords that are impossible to crack on your device.", "permissions": [], "icons": { "128": "if_key-icon_211087.png", "48": "if_key-icon_211087.png", "16": "if_key-icon_211087_small.png" }, "browser_action": { "default_icon": { "19": "if_key-icon_211087_small.png", "38": "if_key-icon_211087_small.png" }, "default_popup": "index.html", "default_title": "Strong Password Generator" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "assets\/css\/*", "assets\/js\/*", "assets\/fonts\/*" ] } |