Name Generator Extension
Generates a random name with one adjective and a noun
Cos'è Name Generator Extension?
Name Generator Extension è un'estensione di Chrome sviluppata da Adam Jones, e la sua funzione principale è "Generates a random name with one adjective and a noun".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Name Generator Extension
Scarica i file di estensione Name Generator Extension 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
When clicked, this extension will open a small popup where it will generate a random name, which could be useful to make up team names if you run a competition in groups.
** I am planning to add more functionality soon, including:
★ Choose your own adjectives
★ Choose your own nouns
★ More words
★ Save functionality
★ Sync with App version Informazioni di Base sull'Estensione
| Nome | |
| ID | ijdkccjcpjdoibhmmfihppfgpfhjkkch |
| URL Ufficiale | https://chromewebstore.google.com/detail/name-generator-extension/ijdkccjcpjdoibhmmfihppfgpfhjkkch |
| Descrizione | Generates a random name with one adjective and a noun |
| Dimensione del File | 13.93 KB |
| Conteggio Installazioni | 657 |
| Versione Corrente | 0.1 |
| Ultimo Aggiornamento | 2015-08-17 |
| Data di Pubblicazione | 2015-08-17 |
| Valutazione | 3.75/5 Totale 4 Valutazioni |
| Sviluppatore | Adam Jones |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina della Politica sulla Privacy | https://adamjones.me/privacy-policies |
| Lingue Supportate | en-GB |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Name Generator Extension",
"version": "0.1",
"manifest_version": 2,
"description": "Generates a random name with one adjective and a noun",
"browser_action": {
"default_icon": "icon128.png",
"default_popup": "popup.html"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"96": "icon96.png",
"128": "icon128.png"
},
"offline_enabled": true
} | |