Star Wars Name Generator

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

Co je Star Wars Name Generator?

Star Wars Name Generator je rozšíření Chrome vyvinuté https://starwarsnamegenerator.us, a jeho hlavní funkcí je „Star Wars Name Generator to you can generate your own character names for Star Wars.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Star Wars Name Generator

Stáhněte si soubory rozšíření Star Wars Name Generator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Star Wars Name Generator Star Wars Name Generator
ID kceiiaokgfflpjdedcobhfabgjogikal
Oficiální URL https://chromewebstore.google.com/detail/star-wars-name-generator/kceiiaokgfflpjdedcobhfabgjogikal
Popis Star Wars Name Generator to you can generate your own character names for Star Wars.
Velikost souboru 55.04 KB
Počet instalací 149
Aktuální Verze 2.0
Poslední Aktualizace 2021-06-25
Datum Vydání 2021-06-25
Hodnocení 4.00/5 Celkem 3 Hodnocení
Vývojář https://starwarsnamegenerator.us
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://starwarsnamegenerator.us/
URL Stránky Zásad Ochrany Soukromí https://www.starwarsnamegenerator.us/privacy-policy.html
Podporované Jazyky 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"
            ]
        }
    ]
}