Offline Password Generator

Generate random passwords that are highly secured

Offline Password Generatorคืออะไร?

Offline Password Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ivan Ivanenko และคุณลักษณะหลักของมันคือ "Generate random passwords that are highly secured"

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

screenshot

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

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

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

                        Offline Password generates random passwords that are highly secure and extremely difficult to crack or guess due to an optional combination of lower and upper case letters.

You can choose password length.                    

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

ชื่อ Offline Password Generator Offline Password Generator
ID oebajlmokanlllbjpmadgjohjgmbeiio
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/offline-password-generato/oebajlmokanlllbjpmadgjohjgmbeiio
คำอธิบาย Generate random passwords that are highly secured
ขนาดไฟล์ 146 KB
จำนวนการติดตั้ง 55
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2012-11-26
วันที่เผยแพร่ 2012-11-26
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Ivan Ivanenko
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Offline Password Generator",
    "version": "1.3",
    "manifest_version": 2,
    "description": "Generate random passwords that are highly secured",
    "browser_action": {
        "default_icon": "images\/32.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "images\/128.png",
        "32": "images\/32.png",
        "48": "images\/48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "res\/jquery-1.8.3.js",
                "logic.js"
            ],
            "css": [
                "res\/bootstrap.min.css",
                "res\/bootstrap-responsive.min.css"
            ]
        }
    ]
}