Word Search Puzzle

Challenge your lexicon by discovering the hidden words in the word search puzzle game.

什么是Word Search Puzzle?

Word Search Puzzle是由Jorvi开发的Chrome扩展程序,该扩展的主要功能是“Challenge your lexicon by discovering the hidden words in the word search puzzle game.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Word Search Puzzle扩展crx文件

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

扩展使用说明

                        Word Search Puzzle is a fun and easy-to-use puzzle game for your browser.

The goal in this game is to make words with random alphabets on the screen. Simply draw a line where you think there could be a meaningful word. If it was a correct guess, the word will be marked and you will get points for that. There are three levels to choose from (easy, normal, and hard) and over 2000 words to select. The game has 7 categories to play which you can choose from the home screen.

Few features:
1. The game and all settings are auto-saved to the memory.
2. There are 2000 random words in 7 categories to choose from.
3. The game has three levels, from easy and normal to hard.
4. You can play the game with a mouse or touch (if your device is touch-enabled).

To report bugs, please fill out the bug report form on the addon's homepage (https://mybrowseraddon.com/word-search.html).                    

扩展基本信息

名称 Word Search Puzzle Word Search Puzzle
ID mdbofnnidoaobeabofcldmfbmnphbddp
官方URL https://chromewebstore.google.com/detail/word-search-puzzle/mdbofnnidoaobeabofcldmfbmnphbddp
简介 Challenge your lexicon by discovering the hidden words in the word search puzzle game.
文件大小 47.66 KB
安装次数 9,231
当前版本 0.1.2
更新时间 2022-02-16
上架时间 2020-03-16
评分 2.40/5 共5次评分
开发者 Jorvi
电子邮箱 [email protected]
付费类型 free
扩展官网 https://mybrowseraddon.com/word-search.html
帮助页面URL https://mybrowseraddon.com/word-search.html
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.2",
    "manifest_version": 3,
    "offline_enabled": true,
    "permissions": [
        "storage"
    ],
    "short_name": "word-search",
    "name": "Word Search Puzzle",
    "homepage_url": "https:\/\/mybrowseraddon.com\/word-search.html",
    "description": "Challenge your lexicon by discovering the hidden words in the word search puzzle game.",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Word Search Puzzle",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}