nyTimed
Compare NYTimes Crossword Scores
什麼是nyTimed?
nyTimed是由nytimed.app開發的Chrome擴展程式,該擴展的主要功能是“Compare NYTimes Crossword Scores”。
擴展截圖
下載nyTimed擴展crx文件
下載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 |
ID | hloelniielchalacnlmgdkjfkjfnccjg |
官方網址 | 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" } |