paGen
Password Generator. Easy. Simple.
Co je paGen?
paGen je rozšíření Chrome vyvinuté http://emotionloop.com, a jeho hlavní funkcí je „Password Generator. Easy. Simple.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření paGen
Stáhněte si soubory rozšíření paGen 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í
paGen is a Google Chrome extension, that will help you by generating random passwords. We wanted a simple and easy to use password generator for Google Chrome, and we couldn't find it, so we built one. It has a simple and easy to use interface. You can get its source at https://github.com/emotionLoop/paGen
Základní Informace o Rozšíření
Název | |
ID | eligfkfpdmeloopcoighgpdgedhnoool |
Oficiální URL | https://chrome.google.com/webstore/detail/pagen/eligfkfpdmeloopcoighgpdgedhnoool |
Popis | Password Generator. Easy. Simple. |
Velikost souboru | 25.17 KB |
Počet instalací | 53 |
Aktuální Verze | 1.1.0 |
Poslední Aktualizace | 2013-01-14 |
Datum Vydání | 2013-01-14 |
Vývojář | http://emotionloop.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | http://emotionloop.com |
URL Stránky Nápovědy | http://support.emotionloop.com |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "version": "1.1.0", "manifest_version": 2, "description": "__MSG_description__", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "storage", "notifications" ], "web_accessible_resources": [ "icon.png" ], "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon.png" }, "default_locale": "en", "incognito": "split" } |