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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Word Search Puzzles
قم بتنزيل ملفات الامتداد Word Search Puzzles بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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
معلومات أساسية عن التمديد
الاسم | |
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 |
عنوان صفحة سياسة الخصوصية | 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" } ] } |