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.

Что такое Word Generator?

Word Generator - это расширение Chrome, разработанное https://wordgenerator.org, и его основная функция - "Use our free word generator tool to find anagrams and words for popular games such as Scrabble, Words with Friends and many more.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Word Generator

Скачайте файлы расширений Word Generator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название Word Generator Word Generator
ID fohkfdehbpijfjnhemdbkngpdhkemaoj
Официальный URL https://chrome.google.com/webstore/detail/word-generator/fohkfdehbpijfjnhemdbkngpdhkemaoj
Описание Use our free word generator tool to find anagrams and words for popular games such as Scrabble, Words with Friends and many more.
Размер файла 9.84 KB
Количество установок 157
Текущая Версия 1.0.1
Последнее Обновление 2018-11-06
Дата публикации 2018-11-06
Рейтинг 5.00/5 Всего 1 оценок
Разработчик https://wordgenerator.org
Тип оплаты free
Официальный сайт расширения https://wordgenerator.org
URL страницы помощи https://wordgenerator.org
Поддерживаемые языки 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"
        ]
    }
}