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
Eメール [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\/*"
            ]
        }
    ]
}