Unscramble Words
Enter letters and display hundreds of playable words
什么是Unscramble Words?
Unscramble Words是由https://www.unscramblewords.com开发的Chrome扩展程序,该扩展的主要功能是“Enter letters and display hundreds of playable words ”。
扩展截图
下载Unscramble Words扩展crx文件
下载Unscramble Words扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | gcmjmmbgjdgchnlbkliicmefgdhpglgc |
官方URL | https://chrome.google.com/webstore/detail/unscramble-words/gcmjmmbgjdgchnlbkliicmefgdhpglgc |
简介 | Enter letters and display hundreds of playable words |
文件大小 | 11.24 KB |
安装次数 | 289 |
当前版本 | 1.0 |
更新时间 | 2019-08-02 |
上架时间 | 2019-08-02 |
评分 | 3.00/5 共1次评分 |
开发者 | https://www.unscramblewords.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://unscramblewords.com/ |
帮助页面URL | https://unscramblewords.com/ |
隐私政策页面URL | https://unscramblewords.com/private.html |
支持的语言 | 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" ] } } |