Unscramble Words
Enter letters and display hundreds of playable words
O que é Unscramble Words?
Unscramble Words é uma extensão do Chrome desenvolvida por https://www.unscramblewords.com, e sua principal característica é "Enter letters and display hundreds of playable words ".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Unscramble Words
Baixe arquivos de extensão Unscramble Words 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
Unscramble Words is the most powerful, humongous, amazing word finder for Word With Friends in existence. Win 50% more games and unscramble the highest scoring points. Our feedback has been great with our latest version. You can also use this with other word games out there. Simply Enter your letters and press Start and scroll down to see a list of words those letters made and the point value. There are many options to help you search like starts with or turn blanks red. Powerful to the brim is how one user described it.
Informações Básicas da Extensão
Nome | |
ID | gcmjmmbgjdgchnlbkliicmefgdhpglgc |
URL Oficial | https://chrome.google.com/webstore/detail/unscramble-words/gcmjmmbgjdgchnlbkliicmefgdhpglgc |
Descrição | Enter letters and display hundreds of playable words |
Tamanho do Arquivo | 11.24 KB |
Contagem de Instalações | 289 |
Versão Atual | 1.0 |
Última Atualização | 2019-08-02 |
Data de Publicação | 2019-08-02 |
Classificação | 3.00/5 Total de 1 Avaliações |
Desenvolvedor | https://www.unscramblewords.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://unscramblewords.com/ |
URL da Página de Ajuda | https://unscramblewords.com/ |
URL da Página de Política de Privacidade | https://unscramblewords.com/private.html |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Unscramble Words", "version": "1.0", "description": "Enter letters and display hundreds of playable words ", "icons": { "16": "w16.png", "32": "w32.png", "48": "w48.png", "128": "w128.png" }, "homepage_url": "http:\/\/unscramblewords.com", "browser_action": { "default_icon": "w16.png" }, "background": { "scripts": [ "script.js" ] } } |