Name Generator Extension

Generates a random name with one adjective and a noun

What is Name Generator Extension?

Name Generator Extension is a Chrome extension developed by Adam Jones, and its main feature is "Generates a random name with one adjective and a noun".

Extension Screenshots

screenshot

Download Name Generator Extension Extension CRX File

Download Name Generator Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Name Generator Extension Name Generator Extension
ID ijdkccjcpjdoibhmmfihppfgpfhjkkch
Official URL https://chromewebstore.google.com/detail/name-generator-extension/ijdkccjcpjdoibhmmfihppfgpfhjkkch
Description Generates a random name with one adjective and a noun
File Size 13.93 KB
Installation Count 657
Current Version 0.1
Last Updated 2015-08-17
Publish Date 2015-08-17
Rating 3.75/5 Total 4 Ratings
Developer Adam Jones
Email [email protected]
Payment Type free
Privacy Policy Page URL https://adamjones.me/privacy-policies
Supported Languages 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
}