Name Generator Extension
Generates a random name with one adjective and a noun
Hvad er Name Generator Extension?
Name Generator Extension er en Chrome-udvidelse udviklet af Adam Jones, og dens hovedfunktion er "Generates a random name with one adjective and a noun".
Udvidelsesskærmbilleder
Download Name Generator Extension-udvidelses-CRX-fil
Download Name Generator Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Name Generator Extension |
ID | ijdkccjcpjdoibhmmfihppfgpfhjkkch |
Officiel URL | https://chromewebstore.google.com/detail/name-generator-extension/ijdkccjcpjdoibhmmfihppfgpfhjkkch |
Beskrivelse | Generates a random name with one adjective and a noun |
Filstørrelse | 13.93 KB |
Antal Installationer | 657 |
Nuværende Version | 0.1 |
Senest Opdateret | 2015-08-17 |
Udgivelsesdato | 2015-08-17 |
Bedømmelse | 3.75/5 Samlet 4 Bedømmelser |
Udvikler | Adam Jones |
[email protected] | |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | https://adamjones.me/privacy-policies |
Understøttede Sprog | 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 } |