FrontPageNYT
Get the latest New York Times headline every time you open a new tab.
Qu'est-ce que FrontPageNYT ?
FrontPageNYT est une extension Chrome développée par https://shivankaul.com, et sa fonction principale est "Get the latest New York Times headline every time you open a new tab.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension FrontPageNYT
Téléchargez les fichiers d'extension FrontPageNYT au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Read the latest headline from the New York Times, every time you open a new tab! Inform yourself, one tab at a time. Choose between categories (sports, business, etc.). You can also choose the rate which headlines refresh. Plus, night mode is supported! Note: this extension was previously named FrontPage. If you're interested in news from more than just the New York Times, please check out https://chrome.google.com/webstore/detail/thenews/klcmpkbpjpijllabgcldbmmgnianpamn
Informations de Base sur l'Extension
Nom | FrontPageNYT |
ID | mecpnjldoigkgcbheogilceibaeiehnh |
URL Officiel | https://chromewebstore.google.com/detail/frontpagenyt/mecpnjldoigkgcbheogilceibaeiehnh |
Description | Get the latest New York Times headline every time you open a new tab. |
Taille du Fichier | 43.13 KB |
Nombre d'Installations | 104 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2020-08-05 |
Date de Publication | 2019-02-05 |
Évaluation | 3.67/5 Total 3 Évaluations |
Développeur | https://shivankaul.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://shivankaul.com |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FrontPageNYT", "short_name": "FPNYT", "description": "Get the latest New York Times headline every time you open a new tab.", "version": "1.2", "homepage_url": "https:\/\/shivankaul.com", "chrome_url_overrides": { "newtab": "src\/index.html" }, "icons": { "128": "images\/fp.png" }, "permissions": [ "storage" ], "browser_action": { "default_icon": { "16": "images\/fp.png", "32": "images\/fp.png" }, "default_title": "FrontPageNYT: Get headlines from NYT", "default_popup": "src\/options\/options.html" }, "options_ui": { "page": "src\/options\/options.html", "chrome_style": true }, "background": { "scripts": [ "src\/js\/jquery-1.11.2.min.js", "src\/js\/headline.js" ] } } |