FrontPageNYT
Get the latest New York Times headline every time you open a new tab.
O que é FrontPageNYT?
FrontPageNYT é uma extensão do Chrome desenvolvida por https://shivankaul.com, e sua principal característica é "Get the latest New York Times headline every time you open a new tab.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão FrontPageNYT
Baixe arquivos de extensão FrontPageNYT no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | FrontPageNYT |
ID | mecpnjldoigkgcbheogilceibaeiehnh |
URL Oficial | https://chromewebstore.google.com/detail/frontpagenyt/mecpnjldoigkgcbheogilceibaeiehnh |
Descrição | Get the latest New York Times headline every time you open a new tab. |
Tamanho do Arquivo | 43.13 KB |
Contagem de Instalações | 104 |
Versão Atual | 1.2 |
Última Atualização | 2020-08-05 |
Data de Publicação | 2019-02-05 |
Classificação | 3.67/5 Total de 3 Avaliações |
Desenvolvedor | https://shivankaul.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://shivankaul.com |
Idiomas Suportados | 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" ] } } |