Wordle

Play Wordle whenever you want with this popup chrome extension

Wordle란 무엇입니까?

Wordle은(는) Popup Games에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Play Wordle whenever you want with this popup chrome extension"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Guess the Wordle in six tries. Each guess must be a valid five-letter word. Hit the enter button to submit. 

After each guess, the color of the tiles will change. Yellow means the letter is in the word but not in that position, green means that letter is in the word and in the correct position.

This game is a popup chrome extension, click on the extension's icon to open a popup window.                    

확장 프로그램 기본 정보

이름 Wordle Wordle
ID dfendghlbhoeiffhplkcdlcelabelkhe
공식 URL https://chromewebstore.google.com/detail/wordle/dfendghlbhoeiffhplkcdlcelabelkhe
설명 Play Wordle whenever you want with this popup chrome extension
파일 크기 99.8 KB
설치 횟수 805
현재 버전 1.0
최근 업데이트 2022-03-16
출시 날짜 2022-03-15
평점 5.00/5 총 1 개의 평점
개발자 Popup Games
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Wordle",
    "short_name": "The Word Game",
    "version": "1.0",
    "description": "Play Wordle whenever you want with this popup chrome extension",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "offline_enabled": true,
    "action": {
        "default_title": "Wordle",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_popup": "\/wordle\/index.html"
    }
}