Name Generator

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

Что такое Name Generator?

Name Generator - это расширение Chrome, разработанное Llittle Fox Team, и его основная функция - "Easy way to generate random names and save them for a later use!".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Name Generator

Скачайте файлы расширений Name Generator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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