wordle sync

keep track of your wordle progress across all devices

wordle sync क्या है?

wordle sync Max Perrello द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "keep track of your wordle progress across all devices"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में wordle sync एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}