Passwds ninja
Generates pronounceable random passwords, very secure yet easy to remember
What is Passwds ninja?
Passwds ninja is a Chrome extension developed by allixsenos, and its main feature is "Generates pronounceable random passwords, very secure yet easy to remember".
Extension Screenshots
Download Passwds ninja Extension CRX File
Download Passwds ninja 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
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
Extension Basic Information
Name | Passwds ninja |
ID | pjeobohajbopobondedhdnljhmoifncf |
Official URL | https://chromewebstore.google.com/detail/passwds-ninja/pjeobohajbopobondedhdnljhmoifncf |
Description | Generates pronounceable random passwords, very secure yet easy to remember |
File Size | 340 KB |
Installation Count | 492 |
Current Version | 2.0.1 |
Last Updated | 2015-10-26 |
Publish Date | 2015-10-25 |
Rating | 3.75/5 Total 8 Ratings |
Developer | allixsenos |
Payment Type | free |
Extension Website | https://passwds.ninja/ |
Help Page URL | https://github.com/allixsenos/passwds-ninja-chrome/issues |
Supported Languages | 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'" } |