paGen
Password Generator. Easy. Simple.
Vad är paGen?
paGen är en Chrome-tillägg utvecklad av http://emotionloop.com, och dess huvudfunktion är "Password Generator. Easy. Simple.".
Tilläggsskärmbilder
Ladda ner paGen-förlängningens CRX-fil
Ladda ner paGen-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | |
ID | eligfkfpdmeloopcoighgpdgedhnoool |
Officiell webbadress | https://chrome.google.com/webstore/detail/pagen/eligfkfpdmeloopcoighgpdgedhnoool |
Beskrivning | Password Generator. Easy. Simple. |
Filstorlek | 25.17 KB |
Antal Installationer | 53 |
Aktuell Version | 1.1.0 |
Senast Uppdaterad | 2013-01-14 |
Publiceringsdatum | 2013-01-14 |
Utvecklare | http://emotionloop.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://emotionloop.com |
Hjälpsida URL | http://support.emotionloop.com |
Stödda Språk | 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" } |