Passwds ninja
Generates pronounceable random passwords, very secure yet easy to remember
Vad är Passwds ninja?
Passwds ninja är en Chrome-tillägg utvecklad av allixsenos, och dess huvudfunktion är "Generates pronounceable random passwords, very secure yet easy to remember".
Tilläggsskärmbilder
Ladda ner Passwds ninja-förlängningens CRX-fil
Ladda ner Passwds ninja-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
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 Grundläggande Information om Tillägg
| Namn | |
| ID | pjeobohajbopobondedhdnljhmoifncf |
| Officiell webbadress | https://chromewebstore.google.com/detail/passwds-ninja/pjeobohajbopobondedhdnljhmoifncf |
| Beskrivning | Generates pronounceable random passwords, very secure yet easy to remember |
| Filstorlek | 340 KB |
| Antal Installationer | 492 |
| Aktuell Version | 2.0.1 |
| Senast Uppdaterad | 2015-10-26 |
| Publiceringsdatum | 2015-10-25 |
| Betyg | 3.75/5 Totalt 8 Betyg |
| Utvecklare | allixsenos |
| Betalningssätt | free |
| Tilläggswebbplats | https://passwds.ninja/ |
| Hjälpsida URL | https://github.com/allixsenos/passwds-ninja-chrome/issues |
| Stödda Språk | 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'"
} | |