Crossword Solver

Automatically solve crossword puzzles

Crossword Solver là gì?

Crossword Solver là một tiện ích mở rộng Chrome được phát triển bởi crandall.logan, và tính năng chính của nó là "Automatically solve crossword puzzles".

Ả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 Solver

Tải xuống các tệp mở rộng Crossword Solver 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

                        Automatically solve crossword puzzles on crossword labs                    

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

Tên Crossword Solver Crossword Solver
ID cknofpjccbegabehakmkhmcjeelllkle
URL Chính Thức https://chrome.google.com/webstore/detail/cknofpjccbegabehakmkhmcjeelllkle
Mô tả Automatically solve crossword puzzles
Kích Thước Tệp 8.51 KB
Số Lần Cài Đặt 70
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2020-08-26
Ngày Phát Hành 2020-08-26
Đánh Giá 2.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển crandall.logan
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://static.accidentallycoded.com/crossword-solver.zip
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}