Word Finder

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

Qu'est-ce que Word Finder ?

Word Finder est une extension Chrome développée par https://wordfinder.online, et sa fonction principale est "Quick unscrambler that you can use to find words that can be written in specific letters.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Word Finder

Téléchargez les fichiers d'extension Word Finder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Word Finder Word Finder
ID ldghbkpojoachhbjigmapkkllklnlpld
URL Officiel https://chromewebstore.google.com/detail/word-finder/ldghbkpojoachhbjigmapkkllklnlpld
Description Quick unscrambler that you can use to find words that can be written in specific letters.
Taille du Fichier 10.31 KB
Nombre d'Installations 35
Version Actuelle 1.0
Dernière Mise à Jour 2021-03-18
Date de Publication 2020-11-25
Développeur https://wordfinder.online
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://wordfinder.online/
URL de la Page d'Aide https://wordfinder.online/contact
Langues Prises en Charge 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"
        ]
    }
}