Word Finder

Quick unscrambler that you can use to find words that can be written in specific letters.

Что такое Word Finder?

Word Finder - это расширение Chrome, разработанное https://wordfinder.online, и его основная функция - "Quick unscrambler that you can use to find words that can be written in specific letters.".

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

screenshot
screenshot
screenshot

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

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

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

                        The magical power of anagrams.

Are you a fan of Anagram? Then you've come to the right address. Word unscrambler helps you solve different word problems, anagrams are one of them. This section will help to derive new words by replacing the letters.                    

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

Название Word Finder Word Finder
ID ldghbkpojoachhbjigmapkkllklnlpld
Официальный URL https://chromewebstore.google.com/detail/word-finder/ldghbkpojoachhbjigmapkkllklnlpld
Описание Quick unscrambler that you can use to find words that can be written in specific letters.
Размер файла 10.31 KB
Количество установок 35
Текущая Версия 1.0
Последнее Обновление 2021-03-18
Дата публикации 2020-11-25
Разработчик https://wordfinder.online
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://wordfinder.online/
URL страницы помощи https://wordfinder.online/contact
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Word Finder",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Quick unscrambler that you can use to find words that can be written in specific letters.",
    "icons": {
        "16": "icon.png",
        "128": "icon_128.png"
    },
    "homepage_url": "https:\/\/wordfinder.online",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "script.js"
        ]
    }
}