Unscramble Words
Enter letters and display hundreds of playable words
Cos'è Unscramble Words?
Unscramble Words è un'estensione di Chrome sviluppata da https://www.unscramblewords.com, e la sua funzione principale è "Enter letters and display hundreds of playable words ".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Unscramble Words
Scarica i file di estensione Unscramble Words 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
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.
Informazioni di Base sull'Estensione
Nome | |
ID | gcmjmmbgjdgchnlbkliicmefgdhpglgc |
URL Ufficiale | https://chrome.google.com/webstore/detail/unscramble-words/gcmjmmbgjdgchnlbkliicmefgdhpglgc |
Descrizione | Enter letters and display hundreds of playable words |
Dimensione del File | 11.24 KB |
Conteggio Installazioni | 289 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2019-08-02 |
Data di Pubblicazione | 2019-08-02 |
Valutazione | 3.00/5 Totale 1 Valutazioni |
Sviluppatore | https://www.unscramblewords.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://unscramblewords.com/ |
URL della Pagina di Aiuto | https://unscramblewords.com/ |
URL della Pagina della Politica sulla Privacy | https://unscramblewords.com/private.html |
Lingue Supportate | 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" ] } } |