FrontPageNYT

Get the latest New York Times headline every time you open a new tab.

FrontPageNYT là gì?

FrontPageNYT là một tiện ích mở rộng Chrome được phát triển bởi https://shivankaul.com, và tính năng chính của nó là "Get the latest New York Times headline every time you open a new tab.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng FrontPageNYT

Tải xuống các tệp mở rộng FrontPageNYT dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên FrontPageNYT FrontPageNYT
ID mecpnjldoigkgcbheogilceibaeiehnh
URL Chính Thức https://chromewebstore.google.com/detail/frontpagenyt/mecpnjldoigkgcbheogilceibaeiehnh
Mô tả Get the latest New York Times headline every time you open a new tab.
Kích Thước Tệp 43.13 KB
Số Lần Cài Đặt 104
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2020-08-05
Ngày Phát Hành 2019-02-05
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://shivankaul.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://shivankaul.com
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}