Word Search Puzzles

Generate Word Search puzzles and export them to Powerpoint file

Word Search Puzzlesคืออะไร?

Word Search Puzzles เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kdpuploader และคุณลักษณะหลักของมันคือ "Generate Word Search puzzles and export them to Powerpoint file"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Word Search Puzzles

ดาวน์โหลดไฟล์ส่วนขยาย Word Search Puzzles ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Word Search Puzzles Word Search Puzzles
ID ghceghgnmcaapeepodoibmiofoaeclkm
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/word-search-puzzles/ghceghgnmcaapeepodoibmiofoaeclkm
คำอธิบาย Generate Word Search puzzles and export them to Powerpoint file
ขนาดไฟล์ 23.97 KB
จำนวนการติดตั้ง 64
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2021-10-21
วันที่เผยแพร่ 2021-10-21
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา kdpuploader
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.apuzzles.com/wordsearch-generator.html
URL หน้านโยบายความเป็นส่วนตัว https://www.kdpuploader.com/privacy-policy
ภาษาที่รองรับ 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"
        }
    ]
}