Random Password Genertor

Random Password Generator with MD5 support

Random Password Genertorคืออะไร?

Random Password Genertor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Anil Konsal และคุณลักษณะหลักของมันคือ "Random Password Generator with MD5 support"

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

screenshot

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

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

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

                        This is a small extension to generate a Random Password.                    

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

ชื่อ Random Password Genertor Random Password Genertor
ID ogohfgibcjpkpkjidgndicgcdhdgnjhh
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/random-password-genertor/ogohfgibcjpkpkjidgndicgcdhdgnjhh
คำอธิบาย Random Password Generator with MD5 support
ขนาดไฟล์ 47.69 KB
จำนวนการติดตั้ง 29
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2013-01-24
วันที่เผยแพร่ 2013-01-24
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Anil Konsal
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Random Password Genertor",
    "version": "1.1",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "random.js",
                "scripts.js"
            ]
        }
    ],
    "description": "Random Password Generator with MD5 support",
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "icons": {
        "16": "icon_16_16.png",
        "48": "icon_48_48.png",
        "128": "icon_128_128.png"
    },
    "browser_action": {
        "default_icon": "icon_128_128.png",
        "default_title": "Test",
        "default_popup": "random.html"
    }
}