The New York Times Headlines New Tab
Keep up with the headlines in your new tab.
What is The New York Times Headlines New Tab?
The New York Times Headlines New Tab is a Chrome extension developed by Annie Ma, and its main feature is "Keep up with the headlines in your new tab.".
Extension Screenshots
Download The New York Times Headlines New Tab Extension CRX File
Download The New York Times Headlines New Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This Chrome extension provides a fast, elegant interface for you to stay up to date with the top headlines from The New York Times. Not affiliated with The New York Times. Features - Each new tab page displays a random headline from The New York Times - Non-NYT subscribers can also read full length articles - History list keeps track of recently loaded articles - Reading list lets you save articles for later - Choose between 24 different news categories - Light/Dark mode!
Extension Basic Information
Name | |
ID | cddnhicccabkgfcenjanbchdjjmehdal |
Official URL | https://chromewebstore.google.com/detail/the-new-york-times-headli/cddnhicccabkgfcenjanbchdjjmehdal |
Description | Keep up with the headlines in your new tab. |
File Size | 15.93 MB |
Installation Count | 237 |
Current Version | 3.1 |
Last Updated | 2023-01-02 |
Publish Date | 2021-12-23 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Annie Ma |
anniema2020@gmail.com | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "The New York Times Headlines New Tab", "version": "3.1", "manifest_version": 3, "description": "Keep up with the headlines in your new tab.", "icons": { "128": "icons\/NYTlogo128.png" }, "chrome_url_overrides": { "newtab": "src\/newtab\/newtab.html" }, "background": { "service_worker": "background.js" }, "permissions": [ "storage" ] } |