Password generator

This extension allows you to easily generate a password of any complexity.

Password generatorคืออะไร?

Password generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย zveerko และคุณลักษณะหลักของมันคือ "This extension allows you to easily generate a password of any complexity."

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

screenshot
screenshot

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

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

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

                        The extension is able to generate a password of any complexity based on the settings, as well as a change of design.                    

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

ชื่อ Password generator Password generator
ID bjceobblnjgdcgdapanldlkkejljpdlh
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/password-generator/bjceobblnjgdcgdapanldlkkejljpdlh
คำอธิบาย This extension allows you to easily generate a password of any complexity.
ขนาดไฟล์ 34.66 KB
จำนวนการติดตั้ง 38
เวอร์ชันปัจจุบัน 2.2.0
อัปเดตครั้งล่าสุด 2017-07-31
วันที่เผยแพร่ 2017-07-31
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา zveerko
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/Zveromag/password-generator
ภาษาที่รองรับ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_extName__",
    "version": "2.2.0",
    "description": "__MSG_extDesc__",
    "options_page": "options.html",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_title": "Password generator",
        "default_popup": "popup.html"
    },
    "permissions": [
        "clipboardWrite",
        "tabs",
        "storage"
    ]
}