Name Generator
Easy way to generate random names and save them for a later use!
Wat is Name Generator?
Name Generator is een Chrome-extensie ontwikkeld door Llittle Fox Team, en de belangrijkste functie is "Easy way to generate random names and save them for a later use!".
Extensie Screenshots
Download het CRX-bestand van de extensie Name Generator
Download Name Generator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | ldkklmldmddiahpjfablcmabdfhodpbi |
| Officiële URL | https://chromewebstore.google.com/detail/name-generator/ldkklmldmddiahpjfablcmabdfhodpbi |
| Beschrijving | Easy way to generate random names and save them for a later use! |
| Bestandsgrootte | 445 KB |
| Aantal Installaties | 1,748 |
| Huidige Versie | 0.3.0 |
| Laatst Bijgewerkt | 2024-01-15 |
| Publicatiedatum | 2020-06-18 |
| Beoordeling | 4.33/5 Totaal 6 Beoordelingen |
| Ontwikkelaar | Llittle Fox Team |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/kondratyev-nv/name-genarator-extension |
| Help Pagina-URL | https://github.com/kondratyev-nv/name-genarator-extension/issues |
| Ondersteunde Talen | 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"
} | |