Cryptic Crossword Companion

Parse and give hints for clues on cryptic crossword websites.

Cryptic Crossword Companionとは何ですか?

Cryptic Crossword CompanionはNiall Murphyによって開発されたChromeの拡張機能で、その主な機能は「Parse and give hints for clues on cryptic crossword websites.」です。

拡張機能のスクリーンショット

screenshot

Cryptic Crossword Companion拡張機能のCRXファイルをダウンロード

Cryptic Crossword Companion拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Cryptic Crossword Companion.

I made this extenstion to help me improve at cryptic crosswords, and to reinforce some web development skills I've been learning. If people find it useful, I will add more websites. Suggestions and collaboration welcome.

Features:

 - Highlight crossword indicators such as anagrams, hidden words, homophones, etc.
 - Provide abbreviations and synonyms.
 - Persistent notes per clue stored in the browser.

Sites supported:
https://www.theguardian.com/crosswords/

Github:
https://github.com/niallmurphy-ie/Cryptic-Crossword-Companion

Enjoy.                    

拡張機能の基本情報

名前 Cryptic Crossword Companion Cryptic Crossword Companion
ID bcnafjlhjnbkehcahdlllkchfbcofgeg
公式URL https://chromewebstore.google.com/detail/cryptic-crossword-compani/bcnafjlhjnbkehcahdlllkchfbcofgeg
説明 Parse and give hints for clues on cryptic crossword websites.
ファイルサイズ 711 KB
インストール数 50
現在のバージョン 0.1.0
最終更新日 2022-03-27
公開日 2022-03-27
開発者 Niall Murphy
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/niallmurphy-ie/Cryptic-Crossword-Companion
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cryptic Crossword Companion",
    "description": "Parse and give hints for clues on cryptic crossword websites.",
    "version": "0.1.0",
    "manifest_version": 3,
    "icons": {
        "16": ".\/obj-16x16.png",
        "32": ".\/obj-32x32.png",
        "48": ".\/obj-48x48.png",
        "128": ".\/obj-128x128.png"
    },
    "background": {
        "service_worker": ".\/background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "host_permissions": [
        "https:\/\/www.theguardian.com\/crosswords\/*\/*"
    ],
    "permissions": [
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "inject_script.js",
                "foreground.bundle.js",
                "popup.bundle.js"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ]
}