NYT Crossword Fullscreen

Adds a fullscreen button to the NYT crossword UI.

NYT Crossword Fullscreenคืออะไร?

NYT Crossword Fullscreen เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jasper และคุณลักษณะหลักของมันคือ "Adds a fullscreen button to the NYT crossword UI."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NYT Crossword Fullscreen

ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
            ]
        }
    ]
}