Name Generator

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

Co je Name Generator?

Name Generator je rozšíření Chrome vyvinuté Llittle Fox Team, a jeho hlavní funkcí je „Easy way to generate random names and save them for a later use!“.

Snímky obrazovky rozšíření

screenshot

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

Stáhněte si soubory rozšíření 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í

                        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                    

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

Název Name Generator Name Generator
ID ldkklmldmddiahpjfablcmabdfhodpbi
Oficiální URL https://chromewebstore.google.com/detail/name-generator/ldkklmldmddiahpjfablcmabdfhodpbi
Popis Easy way to generate random names and save them for a later use!
Velikost souboru 445 KB
Počet instalací 1,748
Aktuální Verze 0.3.0
Poslední Aktualizace 2024-01-15
Datum Vydání 2020-06-18
Hodnocení 4.33/5 Celkem 6 Hodnocení
Vývojář Llittle Fox Team
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/kondratyev-nv/name-genarator-extension
URL Stránky Nápovědy https://github.com/kondratyev-nv/name-genarator-extension/issues
Podporované Jazyky 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"
}