FrontPageNYT
Get the latest New York Times headline every time you open a new tab.
Cos'è FrontPageNYT?
FrontPageNYT è un'estensione di Chrome sviluppata da https://shivankaul.com, e la sua funzione principale è "Get the latest New York Times headline every time you open a new tab.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione FrontPageNYT
Scarica i file di estensione FrontPageNYT in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | FrontPageNYT |
ID | mecpnjldoigkgcbheogilceibaeiehnh |
URL Ufficiale | https://chromewebstore.google.com/detail/frontpagenyt/mecpnjldoigkgcbheogilceibaeiehnh |
Descrizione | Get the latest New York Times headline every time you open a new tab. |
Dimensione del File | 43.13 KB |
Conteggio Installazioni | 104 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2020-08-05 |
Data di Pubblicazione | 2019-02-05 |
Valutazione | 3.67/5 Totale 3 Valutazioni |
Sviluppatore | https://shivankaul.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://shivankaul.com |
Lingue Supportate | 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" ] } } |