The New York Times Headlines New Tab

Keep up with the headlines in your new tab.

Τι είναι το The New York Times Headlines New Tab;

Το The New York Times Headlines New Tab είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Annie Ma, και η κύρια λειτουργία του είναι "Keep up with the headlines in your new tab.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης The New York Times Headlines New Tab

Λήψη αρχείων επέκτασης The New York Times Headlines New Tab σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα The New York Times Headlines New Tab The New York Times Headlines New Tab
ID cddnhicccabkgfcenjanbchdjjmehdal
Επίσημο URL https://chromewebstore.google.com/detail/the-new-york-times-headli/cddnhicccabkgfcenjanbchdjjmehdal
Περιγραφή Keep up with the headlines in your new tab.
Μέγεθος Αρχείου 15.93 MB
Αριθμός Εγκαταστάσεων 237
Τρέχουσα Έκδοση 3.1
Τελευταία Ενημέρωση 2023-01-02
Ημερομηνία Δημοσίευσης 2021-12-23
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Annie Ma
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    ]
}