Name Generator
Easy way to generate random names and save them for a later use!
Co to jest Name Generator?
Name Generator to rozszerzenie Chrome opracowane przez Llittle Fox Team, a jego główną funkcją jest „Easy way to generate random names and save them for a later use!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Name Generator
Pobierz pliki rozszerzeń Name Generator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Name Generator |
ID | ldkklmldmddiahpjfablcmabdfhodpbi |
Oficjalny URL | https://chromewebstore.google.com/detail/name-generator/ldkklmldmddiahpjfablcmabdfhodpbi |
Opis | Easy way to generate random names and save them for a later use! |
Rozmiar pliku | 445 KB |
Liczba instalacji | 1,748 |
Aktualna Wersja | 0.3.0 |
Ostatnia Aktualizacja | 2024-01-15 |
Data Publikacji | 2020-06-18 |
Ocena | 4.33/5 Łącznie 6 Oceny |
Deweloper | Llittle Fox Team |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/kondratyev-nv/name-genarator-extension |
Adres URL Strony Pomocy | https://github.com/kondratyev-nv/name-genarator-extension/issues |
Obsługiwane Języki | 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" } |