Password Generator

This extension generates random characters for potential passwords.

Password Generatorคืออะไร?

Password Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mattjared.co และคุณลักษณะหลักของมันคือ "This extension generates random characters for potential passwords."

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

screenshot

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

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

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

                        This extension generates between two and nine (your choice) capitalized letters, lowercase letters, numbers and special characters. A fun project I made to shortcut having to create my own secure passwords. Do not share passwords with anyone, this project is for fun and entertainment only.                    

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

ชื่อ Password Generator Password Generator
ID gmldplfcfpjpchkjhpkdodpchllnikii
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/password-generator/gmldplfcfpjpchkjhpkdodpchllnikii
คำอธิบาย This extension generates random characters for potential passwords.
ขนาดไฟล์ 180 KB
จำนวนการติดตั้ง 46
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2015-03-03
วันที่เผยแพร่ 2015-03-03
ผู้พัฒนา https://mattjared.co
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Password Generator",
    "description": "This extension generates random characters for potential passwords.",
    "version": "1.4",
    "permissions": [
        ""
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}