Crossword Solver

Automatically solve crossword puzzles

什么是Crossword Solver?

Crossword Solver是由crandall.logan开发的Chrome扩展程序,该扩展的主要功能是“Automatically solve crossword puzzles”。

扩展截图

screenshot

下载Crossword Solver扩展crx文件

下载Crossword Solver扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Automatically solve crossword puzzles on crossword labs                    

扩展基本信息

名称 Crossword Solver Crossword Solver
ID cknofpjccbegabehakmkhmcjeelllkle
官方URL https://chrome.google.com/webstore/detail/cknofpjccbegabehakmkhmcjeelllkle
简介 Automatically solve crossword puzzles
文件大小 8.51 KB
安装次数 70
当前版本 0.0.1
更新时间 2020-08-26
上架时间 2020-08-26
评分 2.33/5 共3次评分
开发者 crandall.logan
电子邮箱 [email protected]
付费类型 free
扩展官网 https://static.accidentallycoded.com/crossword-solver.zip
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Crossword Solver",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Automatically solve crossword puzzles",
    "homepage_url": "https:\/\/static.accidentallycoded.com\/crossword-solver.zip",
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "https:\/\/*.crosswordlabs.com\/*",
        "http:\/\/*.crosswordlabs.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.crosswordlabs.com\/*",
                "http:\/\/*.crosswordlabs.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}