Puzzle Publishers

Discover the easiest way to create a multitude of puzzles for both your personal and commercial products.

Was ist Puzzle Publishers?

Puzzle Publishers ist eine Chrome-Erweiterung, die von Crowley.Link entwickelt wurde, und ihr Hauptmerkmal ist "Discover the easiest way to create a multitude of puzzles for both your personal and commercial products.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Puzzle Publishers-Erweiterungs-CRX-Datei herunterladen

Laden Sie Puzzle Publishers-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Puzzle Publishers allows you to create Puzzles for Your Low Content / No Content Books to publish and Sell.

Chrome Extension based solutions so simple anyone can use to Publish Puzzles!

Discover the easiest way to create a multitude of puzzles for both your personal and commercial products!  You can publish all of these puzzles you create with Puzzle Publishers.

Web based solutions to Puzzle Publishers so simple anyone can use them!

Don't worry though, we have you covered with step-by-step video tutorials to guide you (just in case you need).

11 easy to use puzzle creation tools such as:
- Simply Maze Crazy!
- Word Search Crazy!
- Dot To Dot Crazy!
- Crazy Hangman Builder!
- Robot Crazy Builder!
- Dazy Editor!
- And Many More!

If you are a Amazon Kindle Puzzle Publisher and create low or no content books, this is what you have been looking for.                    

Grundlegende Informationen zur Erweiterung

Name Puzzle Publishers Puzzle Publishers
ID ecpodohjjhppbkobmccnconompeedgni
Offizielle URL https://chrome.google.com/webstore/detail/puzzle-publishers/ecpodohjjhppbkobmccnconompeedgni
Beschreibung Discover the easiest way to create a multitude of puzzles for both your personal and commercial products.
Dateigröße 31.18 KB
Installationsanzahl 51
Aktuelle Version 0.1
Letztes Update 2021-08-02
Veröffentlichungsdatum 2021-07-16
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Crowley.Link
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://crowley.link/puzzlepublishers/
Hilfeseite URL https://crowley.link/puzzlepublishers/
URL der Datenschutzrichtlinien-Seite https://crowley.link/legal
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Puzzle Publishers",
    "version": "0.1",
    "description": "Discover the easiest way to create a multitude of puzzles for both your personal and commercial products.",
    "permissions": [
        "storage",
        "declarativeContent",
        "gcm",
        "notifications",
        "identity"
    ],
    "background": {
        "scripts": [
            "config.js",
            "OneSignal.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "images\/Puzzle-Publishers-logo-402x512-1.png"
        }
    },
    "icons": {
        "128": "images\/Puzzle-Publishers-logo-402x512-1.png"
    },
    "manifest_version": 2
}