Strong Password Generator

Strong Password Generator to create secure passwords that are impossible to crack on your device.

Strong Password Generatorคืออะไร?

Strong Password Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Arun Kumar Sekar และคุณลักษณะหลักของมันคือ "Strong Password Generator to create secure passwords that are impossible to crack on your device."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Strong Password Generator

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

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

                        Strong Password Generator to create secure passwords that are impossible to crack on your device without sending them across the Internet, and learn over 30 tricks to keep your passwords, accounts and documents safe.                    

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

ชื่อ Strong Password Generator Strong Password Generator
ID mbkohgkhedaeabjolobelbiomcchdenc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/strong-password-generator/mbkohgkhedaeabjolobelbiomcchdenc
คำอธิบาย Strong Password Generator to create secure passwords that are impossible to crack on your device.
ขนาดไฟล์ 879 KB
จำนวนการติดตั้ง 119
เวอร์ชันปัจจุบัน 1.5.5
อัปเดตครั้งล่าสุด 2017-09-09
วันที่เผยแพร่ 2017-09-09
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Arun Kumar Sekar
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Strong Password Generator",
    "version": "1.5.5",
    "description": "Strong Password Generator to create secure passwords that are impossible to crack on your device.",
    "permissions": [],
    "icons": {
        "128": "if_key-icon_211087.png",
        "48": "if_key-icon_211087.png",
        "16": "if_key-icon_211087_small.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "if_key-icon_211087_small.png",
            "38": "if_key-icon_211087_small.png"
        },
        "default_popup": "index.html",
        "default_title": "Strong Password Generator"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "assets\/css\/*",
        "assets\/js\/*",
        "assets\/fonts\/*"
    ]
}