Name Generator

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

What is Name Generator?

Name Generator is a Chrome extension developed by Llittle Fox Team, and its main feature is "Easy way to generate random names and save them for a later use!".

Extension Screenshots

screenshot

Download Name Generator Extension CRX File

Download Name Generator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Name Generator Name Generator
ID ldkklmldmddiahpjfablcmabdfhodpbi
Official URL https://chromewebstore.google.com/detail/name-generator/ldkklmldmddiahpjfablcmabdfhodpbi
Description Easy way to generate random names and save them for a later use!
File Size 445 KB
Installation Count 1,748
Current Version 0.3.0
Last Updated 2024-01-15
Publish Date 2020-06-18
Rating 4.33/5 Total 6 Ratings
Developer Llittle Fox Team
Email [email protected]
Payment Type free
Extension Website https://github.com/kondratyev-nv/name-genarator-extension
Help Page URL https://github.com/kondratyev-nv/name-genarator-extension/issues
Supported Languages 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"
}