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".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Word Search Puzzles

Λήψη αρχείων επέκτασης Word Search Puzzles σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Word Search Puzzles Word Search Puzzles
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"
        }
    ]
}