nyTimed

Compare NYTimes Crossword Scores

nyTimed là gì?

nyTimed là một tiện ích mở rộng Chrome được phát triển bởi nytimed.app, và tính năng chính của nó là "Compare NYTimes Crossword Scores".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng nyTimed

Tải xuống các tệp mở rộng nyTimed dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên nyTimed nyTimed
ID hloelniielchalacnlmgdkjfkjfnccjg
URL Chính Thức https://chromewebstore.google.com/detail/nytimed/hloelniielchalacnlmgdkjfkjfnccjg
Mô tả Compare NYTimes Crossword Scores
Kích Thước Tệp 2.2 MB
Số Lần Cài Đặt 25
Phiên Bản Hiện Tại 2.2
Cập Nhật Lần Cuối 2019-04-25
Ngày Phát Hành 2019-04-25
Nhà Phát Triển nytimed.app
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}