Passphrase

Chrome Extension for Random passphrase Generation

Passphraseคืออะไร?

Passphrase เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kvaishak และคุณลักษณะหลักของมันคือ "Chrome Extension for Random passphrase Generation"

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

screenshot

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

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

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

                        With Just a click of a button you can generate passphrases, secure enought yet memorable for password creation, which are easier to remember than a random string.

"Through 20 years of effort, we've successfully trained everyone to use passwords that are hard for humans to remember, but easy for computers to guess."
- XKDC

All passphrases generated are done so in your browser, without anything being sent to our server.

Why use a memorable password? -> https://xkcd.com/936/                    

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

ชื่อ Passphrase Passphrase
ID dmdajbcffmnegdflmhcikhmaagmdknhj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/passphrase/dmdajbcffmnegdflmhcikhmaagmdknhj
คำอธิบาย Chrome Extension for Random passphrase Generation
ขนาดไฟล์ 59.19 KB
จำนวนการติดตั้ง 64
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2020-12-15
วันที่เผยแพร่ 2020-12-14
ผู้พัฒนา kvaishak
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/kvaishak/passphrase
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Passphrase",
    "description": "Chrome Extension for Random passphrase Generation",
    "manifest_version": 2,
    "version": "1.0.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab"
    ]
}