nyTimed

Compare NYTimes Crossword Scores

Apa itu nyTimed?

nyTimed adalah ekstensi Chrome yang dikembangkan oleh nytimed.app, dan fitur utamanya adalah "Compare NYTimes Crossword Scores".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi nyTimed

Unduh file ekstensi nyTimed dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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] 🙃                    

Informasi Dasar Ekstensi

Nama nyTimed nyTimed
ID hloelniielchalacnlmgdkjfkjfnccjg
URL Resmi https://chromewebstore.google.com/detail/nytimed/hloelniielchalacnlmgdkjfkjfnccjg
Deskripsi Compare NYTimes Crossword Scores
Ukuran File 2.2 MB
Jumlah Instalasi 25
Versi Saat Ini 2.2
Terakhir Diperbarui 2019-04-25
Tanggal Publikasi 2019-04-25
Pengembang nytimed.app
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
}