Word Search Puzzles
Generate Word Search puzzles and export them to Powerpoint file
Co to jest Word Search Puzzles?
Word Search Puzzles to rozszerzenie Chrome opracowane przez kdpuploader, a jego główną funkcją jest „Generate Word Search puzzles and export them to Powerpoint file”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Word Search Puzzles
Pobierz pliki rozszerzeń Word Search Puzzles w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ghceghgnmcaapeepodoibmiofoaeclkm |
Oficjalny URL | https://chrome.google.com/webstore/detail/word-search-puzzles/ghceghgnmcaapeepodoibmiofoaeclkm |
Opis | Generate Word Search puzzles and export them to Powerpoint file |
Rozmiar pliku | 23.97 KB |
Liczba instalacji | 64 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2021-10-21 |
Data Publikacji | 2021-10-21 |
Ocena | 1.00/5 Łącznie 1 Oceny |
Deweloper | kdpuploader |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.apuzzles.com/wordsearch-generator.html |
Adres URL Strony Polityki Prywatności | https://www.kdpuploader.com/privacy-policy |
Obsługiwane Języki | 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" } ] } |