Crossword Plus

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

Crossword Plus क्या है?

Crossword Plus Crossword Plus द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make better use of screen space while doing the New York Times crossword puzzle."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Crossword Plus एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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
}