Name Generator

Easy way to generate random names and save them for a later use!

Name Generatorคืออะไร?

Name Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Llittle Fox Team และคุณลักษณะหลักของมันคือ "Easy way to generate random names and save them for a later use!"

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

screenshot

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

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

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

                        This extension will generate random profiles using different external sources. You can also save generated data for a later use.

Now extension supports the following sources:
 - Faker.js (https://github.com/marak/Faker.js/)
 - Random User Generator (https://randomuser.me/)
 - Random Profile (http://randomprofile.com/)
 - uinames.com (https://uinames.com/)

Feel free to report any issues or suggest new features at GitHub: https://github.com/kondratyev-nv/name-genarator-extension/issues                    

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

ชื่อ Name Generator Name Generator
ID ldkklmldmddiahpjfablcmabdfhodpbi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/name-generator/ldkklmldmddiahpjfablcmabdfhodpbi
คำอธิบาย Easy way to generate random names and save them for a later use!
ขนาดไฟล์ 445 KB
จำนวนการติดตั้ง 1,748
เวอร์ชันปัจจุบัน 0.3.0
อัปเดตครั้งล่าสุด 2024-01-15
วันที่เผยแพร่ 2020-06-18
คะแนน 4.33/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Llittle Fox Team
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/kondratyev-nv/name-genarator-extension
URL หน้าช่วยเหลือ https://github.com/kondratyev-nv/name-genarator-extension/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Name Generator",
    "description": "Easy way to generate random names and save them for a later use!",
    "version": "0.3.0",
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/randomuser.me\/api\/*",
        "https:\/\/uinames.com\/api\/*",
        "http:\/\/randomprofile.com\/api\/*"
    ],
    "short_name": "Name Generator"
}