Password Mojo (Beta)

Suffering from password fatigue? Don't trust 3rd party extensions that want to access all the content on every page you visit?…

Password Mojo (Beta)คืออะไร?

Password Mojo (Beta) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.passwordmojo.net และคุณลักษณะหลักของมันคือ "Suffering from password fatigue? Don't trust 3rd party extensions that want to access all the content on every page you visit?…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Password Mojo (Beta)

ดาวน์โหลดไฟล์ส่วนขยาย Password Mojo (Beta) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Suffering from password fatigue? Don't trust 3rd party extensions that want to access all the content on every page you visit?

Check out Password Mojo:
⁃ Quick and easy to use password generator.
⁃ Reduces the "password fatigue" of creating and remembering lots of good passwords.
⁃ Support for multiple accounts across sites. 
⁃ Does NOT contain any network code, runs 100% locally on your computer.
⁃ Extension does NOT have access to the contents of web pages you visit.
⁃ Does NOT store web history anywhere so safe to use in incognito mode.
⁃ Drag-and-drop approach does NOT leave the password in the clipboard. 
⁃ Second generation Chrome extension with access permissions locked down tight for better security.
⁃ No executable or binaries to install. Easy to use at work and home.
⁃ Uses "hashing" approach to generate strong passwords for any site.
⁃ Fingerprint uses strong, native crypto.getRandomValues. 
⁃ Fully open source so you know what you're running.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Password Mojo (Beta) Password Mojo (Beta)
ID bpefonbipkenfcbdnhbfcmcjbifjcjpm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/password-mojo-beta/bpefonbipkenfcbdnhbfcmcjbifjcjpm
คำอธิบาย Suffering from password fatigue? Don't trust 3rd party extensions that want to access all the content on every page you visit?…
ขนาดไฟล์ 80.19 KB
จำนวนการติดตั้ง 50
เวอร์ชันปัจจุบัน 0.2.2
อัปเดตครั้งล่าสุด 2012-09-07
วันที่เผยแพร่ 2012-09-07
คะแนน 4.67/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา https://www.passwordmojo.net
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://groups.google.com/d/forum/password-mojo
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Password Mojo (Beta)",
    "version": "0.2.2",
    "manifest_version": 2,
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self'; object-src 'none'; default-src 'self';",
    "browser_action": {
        "default_icon": "icon16.png",
        "default_title": "Password Mojo (Beta)",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_page": "options.html"
}