FrontPageNYT
Get the latest New York Times headline every time you open a new tab.
FrontPageNYT란 무엇입니까?
FrontPageNYT은(는) https://shivankaul.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get the latest New York Times headline every time you open a new tab."입니다.
확장 프로그램 스크린샷
FrontPageNYT 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | FrontPageNYT |
ID | mecpnjldoigkgcbheogilceibaeiehnh |
공식 URL | https://chromewebstore.google.com/detail/frontpagenyt/mecpnjldoigkgcbheogilceibaeiehnh |
설명 | Get the latest New York Times headline every time you open a new tab. |
파일 크기 | 43.13 KB |
설치 횟수 | 104 |
현재 버전 | 1.2 |
최근 업데이트 | 2020-08-05 |
출시 날짜 | 2019-02-05 |
평점 | 3.67/5 총 3 개의 평점 |
개발자 | https://shivankaul.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://shivankaul.com |
지원되는 언어 | 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" ] } } |