Word Search Puzzles

Generate Word Search puzzles and export them to Powerpoint file

Word Search Puzzlesとは何ですか?

Word Search Puzzlesはkdpuploaderによって開発されたChromeの拡張機能で、その主な機能は「Generate Word Search puzzles and export them to Powerpoint file」です。

拡張機能のスクリーンショット

screenshot

Word Search Puzzles拡張機能のCRXファイルをダウンロード

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
Eメール [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"
        }
    ]
}