My Wordle History

Remember my Wordle games

Τι είναι το My Wordle History;

Το My Wordle History είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Frederick Hewett (Cambridge, MA), και η κύρια λειτουργία του είναι "Remember my Wordle games".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης My Wordle History

Λήψη αρχείων επέκτασης My Wordle History σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Version 1.14 sets a new maximum count of saved games (now 90)
Version 1.13 sets a new maximum count of saved games (now 93)
Version 1.12 fixes a bug with the arrow keys.
Version 1.11 displays your average score.

The New York Times "Wordle" game is wildly popular! But one thing they left out was allowing you to see your games from previous dates. This extension solves that problem by letting your 90 most recent games.

You don't have to create a login because the extension stores your game records right in Chrome's in-browser storage. And it syncs across your devices where you've installed Chrome and this extension.

It's super easy to use! Just click on the extension's icon to bring up the window. If you activate it while on the Wordle page, you'll have the option to save the current game. You can save only once per day.

You access your saved games by clicking on the right-hand tab. Use the left and right arrows to navigate saved games forward or backward in time.

You can also copy a saved game to the clipboard, and this will include the full state — all the words you played — not simply the color codes that you get from the game's share function.

Once you've saved 365 games, the oldest game will be discarded when you save a new one.

IMPORTANT: If you uninstall the extension, your history is lost and it is not recoverable if you reinstall.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα My Wordle History My Wordle History
ID fmbiafgikhbpdjjmheihcffhbpiifdbn
Επίσημο URL https://chromewebstore.google.com/detail/my-wordle-history/fmbiafgikhbpdjjmheihcffhbpiifdbn
Περιγραφή Remember my Wordle games
Μέγεθος Αρχείου 25.66 KB
Αριθμός Εγκαταστάσεων 1,061
Τρέχουσα Έκδοση 1.14
Τελευταία Ενημέρωση 2023-05-22
Ημερομηνία Δημοσίευσης 2022-04-09
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Frederick Hewett (Cambridge, MA)
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "My Wordle History",
    "description": "Remember my Wordle games",
    "author": "Frederick Hewett",
    "version": "1.14",
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.nytimes.com\/games\/wordle\/*"
    ],
    "action": {
        "default_popup": "mywordlehistory.html",
        "default_icon": {
            "16": "\/images\/icon_16.png",
            "32": "\/images\/icon_32.png",
            "48": "\/images\/icon_48.png",
            "128": "\/images\/icon_128.png"
        }
    },
    "icons": {
        "16": "\/images\/icon_16.png",
        "32": "\/images\/icon_32.png",
        "48": "\/images\/icon_48.png",
        "128": "\/images\/icon_128.png"
    }
}