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 |
公式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 |
Eメール | [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" } |