Secure Password Generator
Generate safe passwords based on specified criteria.
Co je Secure Password Generator?
Secure Password Generator je rozšíření Chrome vyvinuté towisoft, a jeho hlavní funkcí je „Generate safe passwords based on specified criteria.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Secure Password Generator
Stáhněte si soubory rozšíření Secure Password Generator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
This extension allows you to simply generate secure passwords based on criteria you specify on the options page. Why you should use this extension? * no permissions to access where you browse or anything. Other extensions seem to have ability to access data on the page where you enter the username and password * simply click the lock icon next to omnibox and you have your password * no ads or anything that would bother you - I created this for myself because I do not trust other extensions * if you feel like it you can support me on the options page but nothing will remind or force you to do it
Základní Informace o Rozšíření
Název | Secure Password Generator |
ID | pnafejbcbclmhimjoefcafhpkfcjegec |
Oficiální URL | https://chromewebstore.google.com/detail/secure-password-generator/pnafejbcbclmhimjoefcafhpkfcjegec |
Popis | Generate safe passwords based on specified criteria. |
Velikost souboru | 171 KB |
Počet instalací | 209 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2013-07-06 |
Datum Vydání | 2013-07-06 |
Hodnocení | 5.00/5 Celkem 4 Hodnocení |
Vývojář | towisoft |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "version": "1.1", "background": { "scripts": [ "pwdgenerator.js" ] }, "icons": { "16": "images\/lock-16.png", "48": "images\/lock-48.png", "128": "images\/lock-128.png" }, "browser_action": { "default_icon": { "19": "images\/lock-19.png", "38": "images\/lock-38.png" }, "default_title": "__MSG_extensionName__", "default_popup": "popup.html" }, "options_page": "options.html", "default_locale": "en" } |