wordle sync

keep track of your wordle progress across all devices

wordle sync là gì?

wordle sync là một tiện ích mở rộng Chrome được phát triển bởi Max Perrello, và tính năng chính của nó là "keep track of your wordle progress across all devices".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng wordle sync

Tải xuống các tệp mở rộng wordle sync dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên wordle sync wordle sync
ID fpjfpedkbjbmdgmfpbbjiildinajahmm
URL Chính Thức https://chromewebstore.google.com/detail/wordle-sync/fpjfpedkbjbmdgmfpbbjiildinajahmm
Mô tả keep track of your wordle progress across all devices
Kích Thước Tệp 25.93 KB
Số Lần Cài Đặt 199
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2022-02-12
Ngày Phát Hành 2022-02-01
Nhà Phát Triển Max Perrello
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://wordlesync.com/
URL Trang Trợ Giúp https://github.com/maxtheaxe/wordle-sync/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}