nyTimed

Compare NYTimes Crossword Scores

Τι είναι το nyTimed;

Το nyTimed είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον nytimed.app, και η κύρια λειτουργία του είναι "Compare NYTimes Crossword Scores".

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

screenshot

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

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

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

                        hello - you've found a chrome extension for sharing your nytimes crossword stats with friends (and the world!)

---there are three tabs to the extension---

"you" - the you tab summarizes your crossword stats. the table at the top displays the average time you took to complete different days of crosswords. the plots below include a histogram of all crossword times (colored by day) and a boxplot that communicates the same information.

"friends" - the friends tab lists your friends' scores for today's crossword (or the crossword you're viewing at the moment). you'll be able to see your friends' scores once you complete a crossword. you can also see if they used checks 😈

"world" - this shows three scatter plots, showing the distribution of times for each day of the crossword. in gold are your last 10 (or fewer) times for that day and in blue are the rest of the extension users' times! clicking on the colors in the legend brings the clicked group into focus.

---to add friends---
you can add friends but going to the friends tab, entering their gmail username in the text field, and hitting submit. text should appear below the box to tell you whether your friend addition was successful. 

there are a few reasons for failure:

- you're entering their full email! drop the '@gmail.com' and try again
- they're not on the extension yet and you should urge them to join
- there is a bug (likely) and we'd love to hear about it ! email us at [email protected]

---to scrape old scores---
click the 'scrape' button in the you tab. because of the way chrome extensions work, you can't close the tab or outside of the pop-up during the scrape. what you can do is move the tab to a separate desktop and let it run - it takes around 20 minutes to scrape one year of crosswords.

exiting the process won't hurt you - starting the scrape back up later will skip over crosswords you've already gotten times for.

---faq---
- does this work with mobile? not real-time :( if you navigate to desktop and rescrape, it'll grab all your scores

- seeing weird times recorded - either super small or large? this is a bug we've found with the nyt crossword webapp but hopefully we'll resolve it soon

- i don't have any friends? add divyashan and advaithanand10 ! we're friendly

- this does not work - who should i tell? email us at [email protected] 🙃                    

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

Όνομα nyTimed nyTimed
ID hloelniielchalacnlmgdkjfkjfnccjg
Επίσημο URL https://chromewebstore.google.com/detail/nytimed/hloelniielchalacnlmgdkjfkjfnccjg
Περιγραφή Compare NYTimes Crossword Scores
Μέγεθος Αρχείου 2.2 MB
Αριθμός Εγκαταστάσεων 25
Τρέχουσα Έκδοση 2.2
Τελευταία Ενημέρωση 2019-04-25
Ημερομηνία Δημοσίευσης 2019-04-25
Προγραμματιστής nytimed.app
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "nyTimed",
    "version": "2.2",
    "description": "Compare NYTimes Crossword Scores",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage",
        "identity"
    ],
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/nyTimed.png",
            "32": "images\/nyTimed.png",
            "48": "images\/nyTimed.png",
            "128": "images\/nyTimed.png"
        }
    },
    "icons": {
        "16": "images\/nyTimed.png",
        "32": "images\/nyTimed.png",
        "48": "images\/nyTimed.png",
        "128": "images\/nyTimed.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/ajax.googleapis.com https:\/\/fonts.googleapis.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'",
    "oauth2": {
        "client_id": "115024908254-njnttmet3hhan7igj4lvhpb7didm7vv4.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhiOcpO0dHm8rIplradC7Ia1WjHgzYVNh5zwmLTfVYeBxKAWv60zaHcnhSaPb2WLwseyBFPqUdFl3TYNiZoN6It7trPsi+cLIMsyPc0QLKVJhad2V\/1zWlHvNeAQC33yfPN4bKjwrXihdZVnxWJpeLxdjZDksDgmmg3ZVM\/3EXb7BP4CRNWFsW71lL1aaDKqdL6NOVL5YBdrVjKPbX7d4KGdksLOvngZbCXWfpoTPBPrxq\/\/vMmEGKkqFuFGugZWsbRdYV2ah2VpnNP0C+A1N2IBZujaq4dwkwmgfyzEZwtlan3EFJCiUSntOSnhD0yf21ApS0cQNE6CJ0TTv6IjbZwIDAQAB"
}