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.”。
擴展截圖
下載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. 擴展基本資訊
| 名稱 | |
| ID | lpnihcgnplcjdlfmdlejbpcnehidmfon |
| 官方網址 | 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\/*"
]
}
]
} | |