Secure Password Generator

Generate safe passwords based on specified criteria.

Secure Password Generatorคืออะไร?

Secure Password Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย towisoft และคุณลักษณะหลักของมันคือ "Generate safe passwords based on specified criteria."

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

screenshot
screenshot

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

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

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

                        This extension allows you to simply generate secure passwords based on criteria you specify on the options page.

Why you should use this extension?
* no permissions to access where you browse or anything. Other extensions seem to have ability to access data on the page where you enter the username and password
* simply click the lock icon next to omnibox and you have your password
* no ads or anything that would bother you - I created this for myself because I do not trust other extensions
* if you feel like it you can support me on the options page but nothing will remind or force you to do it                    

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

ชื่อ Secure Password Generator Secure Password Generator
ID pnafejbcbclmhimjoefcafhpkfcjegec
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/secure-password-generator/pnafejbcbclmhimjoefcafhpkfcjegec
คำอธิบาย Generate safe passwords based on specified criteria.
ขนาดไฟล์ 171 KB
จำนวนการติดตั้ง 209
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2013-07-06
วันที่เผยแพร่ 2013-07-06
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา towisoft
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "1.1",
    "background": {
        "scripts": [
            "pwdgenerator.js"
        ]
    },
    "icons": {
        "16": "images\/lock-16.png",
        "48": "images\/lock-48.png",
        "128": "images\/lock-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/lock-19.png",
            "38": "images\/lock-38.png"
        },
        "default_title": "__MSG_extensionName__",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "default_locale": "en"
}