Word Generator

Use our free word generator tool to find anagrams and words for popular games such as Scrabble, Words with Friends and many more.

What is Word Generator?

Word Generator is a Chrome extension developed by https://wordgenerator.org, and its main feature is "Use our free word generator tool to find anagrams and words for popular games such as Scrabble, Words with Friends and many more.".

Extension Screenshots

screenshot

Download Word Generator Extension CRX File

Download Word Generator 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

                        A comprehensive website where you can find words, unscramble letters and their definitions.                    

Extension Basic Information

Name Word Generator Word Generator
ID fohkfdehbpijfjnhemdbkngpdhkemaoj
Official URL https://chrome.google.com/webstore/detail/word-generator/fohkfdehbpijfjnhemdbkngpdhkemaoj
Description Use our free word generator tool to find anagrams and words for popular games such as Scrabble, Words with Friends and many more.
File Size 9.84 KB
Installation Count 157
Current Version 1.0.1
Last Updated 2018-11-06
Publish Date 2018-11-06
Rating 5.00/5 Total 1 Ratings
Developer https://wordgenerator.org
Payment Type free
Extension Website https://wordgenerator.org
Help Page URL https://wordgenerator.org
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Word Generator",
    "version": "1.0.1",
    "description": "Use our free word generator tool to find anagrams and words for popular games such as Scrabble, Words with Friends and many more.",
    "homepage_url": "https:\/\/wordgenerator.org\/",
    "icons": {
        "16": "icon.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "script.js"
        ]
    }
}