Wordler

A helpful tool to solve that tricky wordle!

Wordler란 무엇입니까?

Wordler은(는) keshav2509에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A helpful tool to solve that tricky wordle!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Use the wordle itself or the letters which the wordle may have and the letters which aren't a part of the wordle to hunt down the word.

Find your word based on the letters you know are present, their location and letters which aren't the part of the wordle.

This extension can be used not only for the official wordle but many other versions of wordle and other games like scrabble etc.                    

확장 프로그램 기본 정보

이름 Wordler Wordler
ID dfjikdhfbbohmofcbiofdbjgmgdjmnhe
공식 URL https://chromewebstore.google.com/detail/wordler/dfjikdhfbbohmofcbiofdbjgmgdjmnhe
설명 A helpful tool to solve that tricky wordle!
파일 크기 243 KB
설치 횟수 14,704
현재 버전 0.5.0
최근 업데이트 2023-02-22
출시 날짜 2022-02-02
평점 3.27/5 총 15 개의 평점
개발자 keshav2509
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wordler",
    "description": "A helpful tool to solve that tricky wordle!",
    "version": "0.5.0",
    "manifest_version": 3,
    "permissions": [],
    "icons": {
        "96": "wordler_96.png",
        "128": "wordler.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "options_page": "options.html"
}