Word Finder

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

O que é Word Finder?

Word Finder é uma extensão do Chrome desenvolvida por https://wordfinder.online, e sua principal característica é "Quick unscrambler that you can use to find words that can be written in specific letters.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Word Finder

Baixe arquivos de extensão Word Finder no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Word Finder Word Finder
ID ldghbkpojoachhbjigmapkkllklnlpld
URL Oficial https://chromewebstore.google.com/detail/word-finder/ldghbkpojoachhbjigmapkkllklnlpld
Descrição Quick unscrambler that you can use to find words that can be written in specific letters.
Tamanho do Arquivo 10.31 KB
Contagem de Instalações 35
Versão Atual 1.0
Última Atualização 2021-03-18
Data de Publicação 2020-11-25
Desenvolvedor https://wordfinder.online
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://wordfinder.online/
URL da Página de Ajuda https://wordfinder.online/contact
Idiomas Suportados 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"
        ]
    }
}