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.

Co je Word Generator?

Word Generator je rozšíření Chrome vyvinuté https://wordgenerator.org, a jeho hlavní funkcí je „Use our free word generator tool to find anagrams and words for popular games such as Scrabble, Words with Friends and many more.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Word Generator

Stáhněte si soubory rozšíření Word Generator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Word Generator Word Generator
ID fohkfdehbpijfjnhemdbkngpdhkemaoj
Oficiální URL https://chrome.google.com/webstore/detail/word-generator/fohkfdehbpijfjnhemdbkngpdhkemaoj
Popis Use our free word generator tool to find anagrams and words for popular games such as Scrabble, Words with Friends and many more.
Velikost souboru 9.84 KB
Počet instalací 157
Aktuální Verze 1.0.1
Poslední Aktualizace 2018-11-06
Datum Vydání 2018-11-06
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář https://wordgenerator.org
Typ Platby free
Webové stránky Rozšíření https://wordgenerator.org
URL Stránky Nápovědy https://wordgenerator.org
Podporované Jazyky 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"
        ]
    }
}