Name Generator

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

Name Generator란 무엇입니까?

Name Generator은(는) Llittle Fox Team에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easy way to generate random names and save them for a later use!"입니다.

확장 프로그램 스크린샷

screenshot

Name Generator 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}