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 |
官方網址 | 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" ] } } |