Endless Wordle

Endless Wordle

Endless Wordle란 무엇입니까?

Endless Wordle은(는) Nerds에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Endless Wordle"입니다.

확장 프로그램 스크린샷

screenshot

Endless Wordle 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Wordle Game. Play as many puzzles per day as you want.
* 4-8 letter puzzles
* 1-5 Difficulty scale
* Allow/Disallow duplicate letters                    

확장 프로그램 기본 정보

이름 Endless Wordle Endless Wordle
ID fopahpnkbddlmndlmpjdkgapnefnlpcj
공식 URL https://chromewebstore.google.com/detail/endless-wordle/fopahpnkbddlmndlmpjdkgapnefnlpcj
설명 Endless Wordle
파일 크기 4.55 MB
설치 횟수 1,838
현재 버전 1.2.0.8
최근 업데이트 2023-06-29
출시 날짜 2022-01-26
평점 5.00/5 총 2 개의 평점
개발자 Nerds
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Endless Wordle",
    "version": "1.2.0.8",
    "description": "Endless Wordle",
    "author": "Brett Harris",
    "action": {
        "default_title": "Endless Wordle",
        "default_icon": "wordle.png"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+W",
                "mac": "Command+W"
            }
        }
    },
    "permissions": [],
    "icons": {
        "16": "wordle-16.png",
        "48": "wordle-48.png",
        "128": "wordle-128.png"
    }
}