Wordle Today

Daily word puzzle challenges await with Wordle Today!

Wordle Today란 무엇입니까?

Wordle Today은(는) https://www.wordletoday.fun에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Daily word puzzle challenges await with Wordle Today!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Looking for a fun word puzzle game to challenge yourself? Look no further! TWordle today has taken the internet by storm.

What is the Wordle today?
Wordle is a great way to exercise your vocabulary and have fun simultaneously!

Are you ready to tackle today's challenge?                    

확장 프로그램 기본 정보

이름 Wordle Today Wordle Today
ID dhoikkndeccjfnkhpaipbfbofcgkjohk
공식 URL https://chromewebstore.google.com/detail/wordle-today/dhoikkndeccjfnkhpaipbfbofcgkjohk
설명 Daily word puzzle challenges await with Wordle Today!
파일 크기 142 KB
설치 횟수 95
현재 버전 1.0.0
최근 업데이트 2023-12-07
출시 날짜 2023-10-25
평점 5.00/5 총 1 개의 평점
개발자 https://www.wordletoday.fun
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://wordletoday.fun
개인정보 보호 정책 페이지 URL https://wordletoday.fun/privacy
지원되는 언어 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "version": "1.0.0",
    "description": "__MSG_extShortDesc__",
    "default_locale": "en",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "minimum_chrome_version": "88.0",
    "offline_enabled": true,
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png",
        "300": "icons\/icon-300.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_title": "__MSG_extName__",
        "chrome_url_overrides": {
            "newtab": "popup.html"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "all_frames": false,
            "match_about_blank": false,
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "alarms",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": false
        }
    ]
}