wordle sync

keep track of your wordle progress across all devices

wordle syncคืออะไร?

wordle sync เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Max Perrello และคุณลักษณะหลักของมันคือ "keep track of your wordle progress across all devices"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย wordle sync

ดาวน์โหลดไฟล์ส่วนขยาย wordle sync ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        automatically sync your wordle stats and ongoing games (you need to be signed into chrome)

now supports new york times update! (statistics will be automatically transferred)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ wordle sync wordle sync
ID fpjfpedkbjbmdgmfpbbjiildinajahmm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wordle-sync/fpjfpedkbjbmdgmfpbbjiildinajahmm
คำอธิบาย keep track of your wordle progress across all devices
ขนาดไฟล์ 25.93 KB
จำนวนการติดตั้ง 199
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2022-02-12
วันที่เผยแพร่ 2022-02-01
ผู้พัฒนา Max Perrello
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://wordlesync.com/
URL หน้าช่วยเหลือ https://github.com/maxtheaxe/wordle-sync/issues
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "keep track of your wordle progress across all devices",
    "manifest_version": 3,
    "name": "wordle sync",
    "version": "1.0",
    "homepage_url": "https:\/\/wordlesync.com\/",
    "icons": {
        "48": "icons\/ws-48.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.powerlanguage.co.uk\/*",
        "https:\/\/*.nytimes.com\/games\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.powerlanguage.co.uk\/*",
                "https:\/\/*.nytimes.com\/games\/*"
            ],
            "js": [
                "content_scripts\/storage_collector.js"
            ]
        }
    ],
    "action": {
        "default_icon": "icons\/wordle-sync.png",
        "default_title": "wordle sync",
        "default_popup": "popup\/toolbox.html"
    }
}