Star Wars Name Generator

Star Wars Name Generator to you can generate your own character names for Star Wars.

Star Wars Name Generator란 무엇입니까?

Star Wars Name Generator은(는) https://starwarsnamegenerator.us에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Star Wars Name Generator to you can generate your own character names for Star Wars."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Make your own Cool & creative Star Wars Character Names by Star Wars Name Generator. If you are confused, how to find star wars character names, like Jedi names, darth names, stormtrooper names, planet names, and many names you can create with Star Wars Name Generator chrome Extension.

To Star Wars name generator Chrome Extension you can generate 5 unique names with just one click without any website or online tool. 

How to use it?

First you need to download this Chrome Extension from the Chrome Web Store.
Then Install this extension on Chrome Browser
Now you can generate names with one click
Enjoy it.                    

확장 프로그램 기본 정보

이름 Star Wars Name Generator Star Wars Name Generator
ID kceiiaokgfflpjdedcobhfabgjogikal
공식 URL https://chromewebstore.google.com/detail/star-wars-name-generator/kceiiaokgfflpjdedcobhfabgjogikal
설명 Star Wars Name Generator to you can generate your own character names for Star Wars.
파일 크기 55.04 KB
설치 횟수 149
현재 버전 2.0
최근 업데이트 2021-06-25
출시 날짜 2021-06-25
평점 4.00/5 총 3 개의 평점
개발자 https://starwarsnamegenerator.us
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://starwarsnamegenerator.us/
개인정보 보호 정책 페이지 URL https://www.starwarsnamegenerator.us/privacy-policy.html
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Star Wars Name Generator",
    "description": "Star Wars Name Generator to you can generate your own character names for Star Wars.",
    "version": "2.0",
    "browser_action": {
        "default_icon": "images\/128.png",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/64.png",
        "128": "images\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/developer.chrome.com\/*"
            ],
            "js": [
                "js\/star.js",
                "js\/jquery-3.1.0.min.js"
            ],
            "css": [
                "css\/style.css"
            ]
        }
    ]
}