NYT Crossword Fullscreen

Adds a fullscreen button to the NYT crossword UI.

什么是NYT Crossword Fullscreen?

NYT Crossword Fullscreen是由Jasper开发的Chrome扩展程序,该扩展的主要功能是“Adds a fullscreen button to the NYT crossword UI.”。

扩展截图

screenshot
screenshot

下载NYT Crossword Fullscreen扩展crx文件

下载NYT Crossword Fullscreen扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 NYT Crossword Fullscreen NYT Crossword Fullscreen
ID lpnihcgnplcjdlfmdlejbpcnehidmfon
官方URL https://chromewebstore.google.com/detail/nyt-crossword-fullscreen/lpnihcgnplcjdlfmdlejbpcnehidmfon
简介 Adds a fullscreen button to the NYT crossword UI.
文件大小 7.96 KB
安装次数 72
当前版本 1.80
更新时间 2024-02-19
上架时间 2022-11-08
评分 5.00/5 共1次评分
开发者 Jasper
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/jasperandrew/nyt-crossword-fullscreen
支持的语言 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\/*"
            ]
        }
    ]
}