Name Generator Extension
Generates a random name with one adjective and a noun
Wat is Name Generator Extension?
Name Generator Extension is een Chrome-extensie ontwikkeld door Adam Jones, en de belangrijkste functie is "Generates a random name with one adjective and a noun".
Extensie Screenshots
Download het CRX-bestand van de extensie Name Generator Extension
Download Name Generator Extension-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
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
Basisinformatie over de Extensie
Naam | Name Generator Extension |
ID | ijdkccjcpjdoibhmmfihppfgpfhjkkch |
Officiële URL | https://chromewebstore.google.com/detail/name-generator-extension/ijdkccjcpjdoibhmmfihppfgpfhjkkch |
Beschrijving | Generates a random name with one adjective and a noun |
Bestandsgrootte | 13.93 KB |
Aantal Installaties | 657 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2015-08-17 |
Publicatiedatum | 2015-08-17 |
Beoordeling | 3.75/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Adam Jones |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://adamjones.me/privacy-policies |
Ondersteunde Talen | 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 } |