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 "입니다.

확장 프로그램 스크린샷

screenshot

Unscramble Words 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Unscramble Words Unscramble Words
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"
        ]
    }
}