Word Finder

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

Cos'è Word Finder?

Word Finder è un'estensione di Chrome sviluppata da https://wordfinder.online, e la sua funzione principale è "Quick unscrambler that you can use to find words that can be written in specific letters.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Word Finder

Scarica i file di estensione Word Finder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Word Finder Word Finder
ID ldghbkpojoachhbjigmapkkllklnlpld
URL Ufficiale https://chromewebstore.google.com/detail/word-finder/ldghbkpojoachhbjigmapkkllklnlpld
Descrizione Quick unscrambler that you can use to find words that can be written in specific letters.
Dimensione del File 10.31 KB
Conteggio Installazioni 35
Versione Corrente 1.0
Ultimo Aggiornamento 2021-03-18
Data di Pubblicazione 2020-11-25
Sviluppatore https://wordfinder.online
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://wordfinder.online/
URL della Pagina di Aiuto https://wordfinder.online/contact
Lingue Supportate 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"
        ]
    }
}