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 |
Eメール | [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" ] } } |