Crossword Plus

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

Crossword Plus là gì?

Crossword Plus là một tiện ích mở rộng Chrome được phát triển bởi Crossword Plus, và tính năng chính của nó là "Make better use of screen space while doing the New York Times crossword puzzle.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Crossword Plus

Tải xuống các tệp mở rộng Crossword Plus dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Crossword Plus Crossword Plus
ID nbmlmpbkkdpllkockidnniakjdjipcmd
URL Chính Thức https://chromewebstore.google.com/detail/crossword-plus/nbmlmpbkkdpllkockidnniakjdjipcmd
Mô tả Make better use of screen space while doing the New York Times crossword puzzle.
Kích Thước Tệp 896 KB
Số Lần Cài Đặt 192
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2021-06-21
Ngày Phát Hành 2021-02-18
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Crossword Plus
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}