Passwds ninja

Generates pronounceable random passwords, very secure yet easy to remember

Wat is Passwds ninja?

Passwds ninja is een Chrome-extensie ontwikkeld door allixsenos, en de belangrijkste functie is "Generates pronounceable random passwords, very secure yet easy to remember".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Passwds ninja

Download Passwds ninja-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Source code available at https://github.com/allixsenos/chrome-passwordgenerator, pull requests welcome.

Changelog:
2015-10-26 v2.0.1 - new icon
2015-10-26 v2.0 - rebranded to PASSWDS.NINJA, new style, new website, password generation done in browser (not on server)
2010-07-05 v1.0.6 - fixed copy-to-clipboard
2009-12-13 v1.0 - styled to improve appearance, updated for new version of the website, click-to-copy and "get more passwords"
2009-12-11 first public release, pretty barebones                    

Basisinformatie over de Extensie

Naam Passwds ninja Passwds ninja
ID pjeobohajbopobondedhdnljhmoifncf
Officiële URL https://chromewebstore.google.com/detail/passwds-ninja/pjeobohajbopobondedhdnljhmoifncf
Beschrijving Generates pronounceable random passwords, very secure yet easy to remember
Bestandsgrootte 340 KB
Aantal Installaties 492
Huidige Versie 2.0.1
Laatst Bijgewerkt 2015-10-26
Publicatiedatum 2015-10-25
Beoordeling 3.75/5 Totaal 8 Beoordelingen
Ontwikkelaar allixsenos
Betalingswijze free
Extensiewebsite https://passwds.ninja/
Help Pagina-URL https://github.com/allixsenos/passwds-ninja-chrome/issues
Ondersteunde Talen en
manifest.json
{
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Generate pronounceable passwords",
        "default_popup": "popout.html"
    },
    "description": "Generates pronounceable random passwords, very secure yet easy to remember",
    "icons": {
        "128": "icon.png"
    },
    "name": "Passwds ninja",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.1",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}