Word Finder

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

Wat is Word Finder?

Word Finder is een Chrome-extensie ontwikkeld door https://wordfinder.online, en de belangrijkste functie is "Quick unscrambler that you can use to find words that can be written in specific letters.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Word Finder

Download Word Finder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Word Finder Word Finder
ID ldghbkpojoachhbjigmapkkllklnlpld
Officiële URL https://chromewebstore.google.com/detail/word-finder/ldghbkpojoachhbjigmapkkllklnlpld
Beschrijving Quick unscrambler that you can use to find words that can be written in specific letters.
Bestandsgrootte 10.31 KB
Aantal Installaties 35
Huidige Versie 1.0
Laatst Bijgewerkt 2021-03-18
Publicatiedatum 2020-11-25
Ontwikkelaar https://wordfinder.online
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://wordfinder.online/
Help Pagina-URL https://wordfinder.online/contact
Ondersteunde Talen 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"
        ]
    }
}