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은(는) Annie Ma에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Keep up with the headlines in your new tab."입니다.
확장 프로그램 스크린샷
The New York Times Headlines New Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" ] } |