Word Search Puzzles
Generate Word Search puzzles and export them to Powerpoint file
Word Search Puzzles क्या है?
Word Search Puzzles kdpuploader द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Generate Word Search puzzles and export them to Powerpoint file"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Word Search Puzzles एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
गोपनीयता नीति पृष्ठ 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" } ] } |