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