NYT Crossword Fullscreen

Adds a fullscreen button to the NYT crossword UI.

NYT Crossword Fullscreen là gì?

NYT Crossword Fullscreen là một tiện ích mở rộng Chrome được phát triển bởi Jasper, và tính năng chính của nó là "Adds a fullscreen button to the NYT crossword UI.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng NYT Crossword Fullscreen 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

                        Adds a full-screen mode button to the New York Times crossword puzzle interface.                    

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

Tên NYT Crossword Fullscreen NYT Crossword Fullscreen
ID lpnihcgnplcjdlfmdlejbpcnehidmfon
URL Chính Thức https://chromewebstore.google.com/detail/nyt-crossword-fullscreen/lpnihcgnplcjdlfmdlejbpcnehidmfon
Mô tả Adds a fullscreen button to the NYT crossword UI.
Kích Thước Tệp 7.96 KB
Số Lần Cài Đặt 72
Phiên Bản Hiện Tại 1.80
Cập Nhật Lần Cuối 2024-02-19
Ngày Phát Hành 2022-11-08
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Jasper
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/jasperandrew/nyt-crossword-fullscreen
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "NYT Crossword Fullscreen",
    "version": "1.80",
    "description": "Adds a fullscreen button to the NYT crossword UI.",
    "icons": {
        "48": "icons\/icon-48.png",
        "96": "icons\/icon-96.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.nytimes.com\/crosswords\/game\/*"
            ],
            "js": [
                "fullscreen.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "fullscreen.svg"
            ],
            "matches": [
                "*:\/\/www.nytimes.com\/*"
            ]
        }
    ]
}