Passwds ninja

Generates pronounceable random passwords, very secure yet easy to remember

ما هو Passwds ninja؟

Passwds ninja هو إضافة Chrome تم تطويرها بواسطة allixsenos، والميزة الرئيسية لها هي "Generates pronounceable random passwords, very secure yet easy to remember".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Passwds ninja

قم بتنزيل ملفات الامتداد Passwds ninja بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم Passwds ninja Passwds ninja
ID pjeobohajbopobondedhdnljhmoifncf
عنوان URL الرسمي https://chromewebstore.google.com/detail/passwds-ninja/pjeobohajbopobondedhdnljhmoifncf
الوصف Generates pronounceable random passwords, very secure yet easy to remember
حجم الملف 340 KB
عدد التثبيتات 492
النسخة الحالية 2.0.1
آخر تحديث 2015-10-26
تاريخ النشر 2015-10-25
تقييم 3.75/5 مجموع تقييمات 8
المطور allixsenos
نوع الدفع free
موقع الإضافة https://passwds.ninja/
عنوان صفحة المساعدة https://github.com/allixsenos/passwds-ninja-chrome/issues
اللغات المدعومة 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'"
}