Crossword King

A wide variety of crossword tools such as crossword solver, anagram solver, word finder for cruciverbalists.

Crossword Kingとは何ですか?

Crossword Kingはhttps://crosswordking.comによって開発されたChromeの拡張機能で、その主な機能は「A wide variety of crossword tools such as crossword solver, anagram solver, word finder for cruciverbalists.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Crossword King is the most comprehensive website for cruciverbalists who are looking for crossword solver, anagram solver and word finder. You can add any scrambled letters and find different word combinations which can then be used for many popular word games.                    

拡張機能の基本情報

名前 Crossword King Crossword King
ID mhldnajeonjoienkdiaimamnoiocbaoa
公式URL https://chrome.google.com/webstore/detail/crossword-king/mhldnajeonjoienkdiaimamnoiocbaoa
説明 A wide variety of crossword tools such as crossword solver, anagram solver, word finder for cruciverbalists.
ファイルサイズ 19.41 KB
インストール数 605
現在のバージョン 1.0.0
最終更新日 2018-11-25
公開日 2018-11-25
評価 5.00/5 合計 1 レビュー
開発者 https://crosswordking.com
支払い方法 free
拡張機能のウェブサイト https://crosswordking.com
ヘルプページのURL https://crosswordking.com
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Crossword King",
    "version": "1.0.0",
    "description": "A wide variety of crossword tools such as crossword solver, anagram solver, word finder for cruciverbalists.",
    "homepage_url": "https:\/\/crosswordking.com\/",
    "icons": {
        "16": "icon.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "script.js"
        ]
    }
}