Strong Password Generator

Generates strong random passwords.

Strong Password Generatorคืออะไร?

Strong Password Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Lee และคุณลักษณะหลักของมันคือ "Generates strong random passwords."

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

screenshot
screenshot
screenshot

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

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

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

                        A Strong Password:
A strong password is key for protecting your personal info and assets online. Using a different password for every website that is long and has multiple types of characters (numbers, letters, and symbols) will help protect you from someone hacking into your accounts.

How it Works:
Password generation is done client-side, on your computer, with Javascript.                    

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

ชื่อ Strong Password Generator Strong Password Generator
ID lkahbfdjppdglmacdhifnfaokjealmba
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/strong-password-generator/lkahbfdjppdglmacdhifnfaokjealmba
คำอธิบาย Generates strong random passwords.
ขนาดไฟล์ 1.03 MB
จำนวนการติดตั้ง 302
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2017-02-28
วันที่เผยแพร่ 2017-02-28
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Lee
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Strong Password Generator",
    "version": "1.2",
    "description": "Generates strong random passwords.",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "browser_action": {
        "default_title": "Strong Password Generator",
        "default_icon": "16.png",
        "default_popup": "passwordGenerator.html"
    },
    "permissions": [
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/apis.google.com https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'"
}