paGen
Password Generator. Easy. Simple.
Cos'è paGen?
paGen è un'estensione di Chrome sviluppata da http://emotionloop.com, e la sua funzione principale è "Password Generator. Easy. Simple.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione paGen
Scarica i file di estensione paGen in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | eligfkfpdmeloopcoighgpdgedhnoool |
URL Ufficiale | https://chrome.google.com/webstore/detail/pagen/eligfkfpdmeloopcoighgpdgedhnoool |
Descrizione | Password Generator. Easy. Simple. |
Dimensione del File | 25.17 KB |
Conteggio Installazioni | 53 |
Versione Corrente | 1.1.0 |
Ultimo Aggiornamento | 2013-01-14 |
Data di Pubblicazione | 2013-01-14 |
Sviluppatore | http://emotionloop.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://emotionloop.com |
URL della Pagina di Aiuto | http://support.emotionloop.com |
Lingue Supportate | 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" } |