Unscramble Words
Enter letters and display hundreds of playable words
What is Unscramble Words?
Unscramble Words is a Chrome extension developed by https://www.unscramblewords.com, and its main feature is "Enter letters and display hundreds of playable words ".
Extension Screenshots
Download Unscramble Words Extension CRX File
Download Unscramble Words extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | gcmjmmbgjdgchnlbkliicmefgdhpglgc |
Official URL | https://chrome.google.com/webstore/detail/unscramble-words/gcmjmmbgjdgchnlbkliicmefgdhpglgc |
Description | Enter letters and display hundreds of playable words |
File Size | 11.24 KB |
Installation Count | 289 |
Current Version | 1.0 |
Last Updated | 2019-08-02 |
Publish Date | 2019-08-02 |
Rating | 3.00/5 Total 1 Ratings |
Developer | https://www.unscramblewords.com |
[email protected] | |
Payment Type | free |
Extension Website | https://unscramblewords.com/ |
Help Page URL | https://unscramblewords.com/ |
Privacy Policy Page URL | https://unscramblewords.com/private.html |
Supported Languages | 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" ] } } |