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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}