Word Search Puzzles
Generate Word Search puzzles and export them to Powerpoint file
Hvad er Word Search Puzzles?
Word Search Puzzles er en Chrome-udvidelse udviklet af kdpuploader, og dens hovedfunktion er "Generate Word Search puzzles and export them to Powerpoint file".
Udvidelsesskærmbilleder
Download Word Search Puzzles-udvidelses-CRX-fil
Download Word Search Puzzles-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | ghceghgnmcaapeepodoibmiofoaeclkm |
Officiel URL | https://chrome.google.com/webstore/detail/word-search-puzzles/ghceghgnmcaapeepodoibmiofoaeclkm |
Beskrivelse | Generate Word Search puzzles and export them to Powerpoint file |
Filstørrelse | 23.97 KB |
Antal Installationer | 64 |
Nuværende Version | 1.0.0 |
Senest Opdateret | 2021-10-21 |
Udgivelsesdato | 2021-10-21 |
Bedømmelse | 1.00/5 Samlet 1 Bedømmelser |
Udvikler | kdpuploader |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www.apuzzles.com/wordsearch-generator.html |
URL til Fortrolighedspolitik Side | https://www.kdpuploader.com/privacy-policy |
Understøttede Sprog | 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" } ] } |