Wordle Buddy

Helps with word suggestions for the wordle game

Wordle Buddy란 무엇입니까?

Wordle Buddy은(는) aditya005에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Helps with word suggestions for the wordle game"입니다.

확장 프로그램 스크린샷

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

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

확장 프로그램 사용 설명서

                        Wordle Buddy is a fun extension that helps with wordle word suggestions for the popular game Wordle : https://www.powerlanguage.co.uk/wordle/                    

확장 프로그램 기본 정보

이름 Wordle Buddy Wordle Buddy
ID phnnhfajfmajfifclnlbbhfjiccodadg
공식 URL https://chromewebstore.google.com/detail/wordle-buddy/phnnhfajfmajfifclnlbbhfjiccodadg
설명 Helps with word suggestions for the wordle game
파일 크기 2.09 MB
설치 횟수 18
현재 버전 1.1.0
최근 업데이트 2022-02-03
출시 날짜 2022-02-01
개발자 aditya005
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Wordle Buddy",
    "description": "Helps with word suggestions for the wordle game",
    "version": "1.1.0",
    "author": "Adi",
    "action": {
        "default_icon": "icon.png",
        "default_title": "Wordle Buddy",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}