Password generator
Generate save password directly from your browser.
What is Password generator?
Password generator is a Chrome extension developed by https://www.tichy-vyvojar.cz, and its main feature is "Generate save password directly from your browser.".
Extension Screenshots
Download Password generator Extension CRX File
Download Password generator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Vytvořte silné heslo bez námahy, přímo ve Vašem prohlížeči. Možnost konfigurace obsahu hesla.
Extension Basic Information
Name | Password generator |
ID | oandmnaodbibffhpnnonhjckcikdoonb |
Official URL | https://chromewebstore.google.com/detail/password-generator/oandmnaodbibffhpnnonhjckcikdoonb |
Description | Generate save password directly from your browser. |
File Size | 16.64 KB |
Installation Count | 30 |
Current Version | 1.0.0 |
Last Updated | 2014-07-30 |
Publish Date | 2014-07-29 |
Developer | https://www.tichy-vyvojar.cz |
Payment Type | free |
Supported Languages | en,cs |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "short_name": "__MSG_shortName__", "version": "1.0.0", "default_locale": "cs", "description": "__MSG_appDesc__", "author": "Michal Tich\u00fd [https:\/\/github.com\/ajda2]", "offline_enabled": true, "icons": { "128": "css\/img\/iconLock_128.png", "19": "css\/img\/iconLock_19.png", "38": "css\/img\/iconLock_38.png" }, "browser_action": { "default_title": "__MSG_iconTitle__", "default_icon": "css\/img\/iconLock_19.png", "default_popup": "popup.html" } } |