Word Search Puzzles

Generate Word Search puzzles and export them to Powerpoint file

Word Search Puzzles là gì?

Word Search Puzzles là một tiện ích mở rộng Chrome được phát triển bởi kdpuploader, và tính năng chính của nó là "Generate Word Search puzzles and export them to Powerpoint file".

Ả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 Word Search Puzzles

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

                        Thanks to Word Search Puzzles generator, you can:
- Generate automatically Word search puzzles.
- The puzzles are exported to Powerpoint (PPTx) file.
- It gives you the control of font and size and also the position (x and y coordinates) of the grid, the title and the word list
- multiple shaps are supported: default rectangle, circle and squares
- the solutions could be added                    

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

Tên Word Search Puzzles Word Search Puzzles
ID ghceghgnmcaapeepodoibmiofoaeclkm
URL Chính Thức https://chrome.google.com/webstore/detail/word-search-puzzles/ghceghgnmcaapeepodoibmiofoaeclkm
Mô tả Generate Word Search puzzles and export them to Powerpoint file
Kích Thước Tệp 23.97 KB
Số Lần Cài Đặt 64
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2021-10-21
Ngày Phát Hành 2021-10-21
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển kdpuploader
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.apuzzles.com/wordsearch-generator.html
URL Trang Chính Sách Bảo Mật https://www.kdpuploader.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Word Search Puzzles",
    "version": "1.0.0",
    "manifest_version": 3,
    "description": "Generate Word Search puzzles and export them to Powerpoint file",
    "homepage_url": "https:\/\/apuzzles.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_popup": "src\/popup\/index.html",
        "default_icon": "icons\/icon16.png"
    },
    "background.service_worker": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.apuzzles.com\/*"
            ],
            "all_frames": true,
            "js": [
                "src\/inject\/inject.js"
            ],
            "run_at": "document_idle"
        }
    ]
}