Name Generator Extension

Generates a random name with one adjective and a noun

Vad är Name Generator Extension?

Name Generator Extension är en Chrome-tillägg utvecklad av Adam Jones, och dess huvudfunktion är "Generates a random name with one adjective and a noun".

Tilläggsskärmbilder

screenshot

Ladda ner Name Generator Extension-förlängningens CRX-fil

Ladda ner Name Generator Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Name Generator Extension Name Generator Extension
ID ijdkccjcpjdoibhmmfihppfgpfhjkkch
Officiell webbadress https://chromewebstore.google.com/detail/name-generator-extension/ijdkccjcpjdoibhmmfihppfgpfhjkkch
Beskrivning Generates a random name with one adjective and a noun
Filstorlek 13.93 KB
Antal Installationer 657
Aktuell Version 0.1
Senast Uppdaterad 2015-08-17
Publiceringsdatum 2015-08-17
Betyg 3.75/5 Totalt 4 Betyg
Utvecklare Adam Jones
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://adamjones.me/privacy-policies
Stödda Språk 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
}