Word Finder

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

Co to jest Word Finder?

Word Finder to rozszerzenie Chrome opracowane przez https://wordfinder.online, a jego główną funkcją jest „Quick unscrambler that you can use to find words that can be written in specific letters.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Word Finder

Pobierz pliki rozszerzeń Word Finder w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Word Finder Word Finder
ID ldghbkpojoachhbjigmapkkllklnlpld
Oficjalny URL https://chromewebstore.google.com/detail/word-finder/ldghbkpojoachhbjigmapkkllklnlpld
Opis Quick unscrambler that you can use to find words that can be written in specific letters.
Rozmiar pliku 10.31 KB
Liczba instalacji 35
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2021-03-18
Data Publikacji 2020-11-25
Deweloper https://wordfinder.online
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://wordfinder.online/
Adres URL Strony Pomocy https://wordfinder.online/contact
Obsługiwane Języki 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"
        ]
    }
}