Passwds ninja
Generates pronounceable random passwords, very secure yet easy to remember
Apa itu Passwds ninja?
Passwds ninja adalah ekstensi Chrome yang dikembangkan oleh allixsenos, dan fitur utamanya adalah "Generates pronounceable random passwords, very secure yet easy to remember".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Passwds ninja
Unduh file ekstensi Passwds ninja dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Passwds ninja |
ID | pjeobohajbopobondedhdnljhmoifncf |
URL Resmi | https://chromewebstore.google.com/detail/passwds-ninja/pjeobohajbopobondedhdnljhmoifncf |
Deskripsi | Generates pronounceable random passwords, very secure yet easy to remember |
Ukuran File | 340 KB |
Jumlah Instalasi | 492 |
Versi Saat Ini | 2.0.1 |
Terakhir Diperbarui | 2015-10-26 |
Tanggal Publikasi | 2015-10-25 |
Penilaian | 3.75/5 Total 8 Penilaian |
Pengembang | allixsenos |
Tipe Pembayaran | free |
Situs Ekstensi | https://passwds.ninja/ |
URL Halaman Bantuan | https://github.com/allixsenos/passwds-ninja-chrome/issues |
Bahasa yang Didukung | 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'" } |