Password Generator

Password generator extension allows you to easily generate long and secure password in one click

Password Generatorคืออะไร?

Password Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://xfox111.net และคุณลักษณะหลักของมันคือ "Password generator extension allows you to easily generate long and secure password in one click"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Extension for web browsers which helps you to easily generate strong passwords in one click

## Features
- Create strong passwords in one click
- Customizable generator
- Clean and simple UI
- Dark mode

## Hey, It's open-source software!
If you know how to improve this extension you can check its GitHub Repository at:
https://github.com/xfox111/PasswordGeneratorExtension

Check out release changelog on:
https://github.com/xfox111/PasswordGeneratorExtension/releases/latest                    

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

ชื่อ Password Generator Password Generator
ID jnjobgjobffgmgfnkpkjfjkkfhfikmfl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/password-generator/jnjobgjobffgmgfnkpkjfjkkfhfikmfl
คำอธิบาย Password generator extension allows you to easily generate long and secure password in one click
ขนาดไฟล์ 282 KB
จำนวนการติดตั้ง 1,811
เวอร์ชันปัจจุบัน 3.1.0
อัปเดตครั้งล่าสุด 2024-02-09
วันที่เผยแพร่ 2020-10-07
คะแนน 3.75/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://xfox111.net
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://xfox111.net/PasswordGenerator
URL หน้าช่วยเหลือ https://xfox111.net/PasswordGenerator/issues
ภาษาที่รองรับ en,pl,pt-BR,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.1.0",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "author": "__MSG_author__",
    "homepage_url": "https:\/\/github.com\/xfox111\/PasswordGeneratorExtension",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "src\/popup.html"
    }
}