Name Generator
Easy way to generate random names and save them for a later use!
Cos'è Name Generator?
Name Generator è un'estensione di Chrome sviluppata da Llittle Fox Team, e la sua funzione principale è "Easy way to generate random names and save them for a later use!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Name Generator
Scarica i file di estensione Name Generator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Name Generator |
ID | ldkklmldmddiahpjfablcmabdfhodpbi |
URL Ufficiale | https://chromewebstore.google.com/detail/name-generator/ldkklmldmddiahpjfablcmabdfhodpbi |
Descrizione | Easy way to generate random names and save them for a later use! |
Dimensione del File | 445 KB |
Conteggio Installazioni | 1,748 |
Versione Corrente | 0.3.0 |
Ultimo Aggiornamento | 2024-01-15 |
Data di Pubblicazione | 2020-06-18 |
Valutazione | 4.33/5 Totale 6 Valutazioni |
Sviluppatore | Llittle Fox Team |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/kondratyev-nv/name-genarator-extension |
URL della Pagina di Aiuto | https://github.com/kondratyev-nv/name-genarator-extension/issues |
Lingue Supportate | 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" } |