Word Search Puzzles
Generate Word Search puzzles and export them to Powerpoint file
What is Word Search Puzzles?
Word Search Puzzles is a Chrome extension developed by kdpuploader, and its main feature is "Generate Word Search puzzles and export them to Powerpoint file".
Extension Screenshots
Download Word Search Puzzles Extension CRX File
Download Word Search Puzzles extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | ghceghgnmcaapeepodoibmiofoaeclkm |
Official URL | https://chrome.google.com/webstore/detail/word-search-puzzles/ghceghgnmcaapeepodoibmiofoaeclkm |
Description | Generate Word Search puzzles and export them to Powerpoint file |
File Size | 23.97 KB |
Installation Count | 64 |
Current Version | 1.0.0 |
Last Updated | 2021-10-21 |
Publish Date | 2021-10-21 |
Rating | 1.00/5 Total 1 Ratings |
Developer | kdpuploader |
[email protected] | |
Payment Type | free |
Extension Website | https://www.apuzzles.com/wordsearch-generator.html |
Privacy Policy Page URL | https://www.kdpuploader.com/privacy-policy |
Supported Languages | 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" } ] } |