Crossword Plus

Make better use of screen space while doing the New York Times crossword puzzle.

什麼是Crossword Plus?

Crossword Plus是由Crossword Plus開發的Chrome擴展程式,該擴展的主要功能是“Make better use of screen space while doing the New York Times crossword puzzle.”。

擴展截圖

screenshot

下載Crossword Plus擴展crx文件

下載Crossword Plus擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This simple Chrome extension makes better use of screen space while doing the New York Times crossword puzzle. 
Inspired by the layout of AcrossLite, you'll notice a more prominent and easier-to-read puzzle grid and reduced size of non-puzzle items (e.g. headers, banners, puzzle title, etc). 

Features:
+ Remove and collapse distracting banners including ads, options, and page headers
+ Give more space to the puzzle grid, allowing it to expand with your browser
+ Collapse puzzle details (e.g. title, date, and author) along with the puzzle toolbar (e.g. Settings, Rebus, Reset buttons) into a single line
+ Re-orient the Across and Down clue boxes to be stacked instead of side-by-side (configurable via the options menu)                    

擴展基本資訊

名稱 Crossword Plus Crossword Plus
ID nbmlmpbkkdpllkockidnniakjdjipcmd
官方網址 https://chromewebstore.google.com/detail/crossword-plus/nbmlmpbkkdpllkockidnniakjdjipcmd
簡介 Make better use of screen space while doing the New York Times crossword puzzle.
檔案大小 896 KB
安裝次數 192
目前版本 1.0.1
更新時間 2021-06-21
上架時間 2021-02-18
評分 5.00/5 共 2 次評分
開發者 Crossword Plus
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Crossword Plus",
    "description": "Make better use of screen space while doing the New York Times crossword puzzle.",
    "version": "1.0.1",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "page": "bg\/background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "css": [
                "styles.css"
            ],
            "matches": [
                "https:\/\/www.nytimes.com\/crosswords",
                "https:\/\/www.nytimes.com\/crosswords\/game\/*"
            ]
        }
    ],
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false,
        "chrome_style": true
    },
    "manifest_version": 2
}