Puzzle Publishers

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

什麼是Puzzle Publishers?

Puzzle Publishers是由Crowley.Link開發的Chrome擴展程式,該擴展的主要功能是“Discover the easiest way to create a multitude of puzzles for both your personal and commercial products.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Puzzle Publishers擴展crx文件

下載Puzzle Publishers擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Puzzle Publishers Puzzle Publishers
ID ecpodohjjhppbkobmccnconompeedgni
官方網址 https://chrome.google.com/webstore/detail/puzzle-publishers/ecpodohjjhppbkobmccnconompeedgni
簡介 Discover the easiest way to create a multitude of puzzles for both your personal and commercial products.
檔案大小 31.18 KB
安裝次數 51
目前版本 0.1
更新時間 2021-08-02
上架時間 2021-07-16
評分 5.00/5 共 1 次評分
開發者 Crowley.Link
電子郵箱 [email protected]
付費類型 free
擴展官網 https://crowley.link/puzzlepublishers/
說明頁面URL https://crowley.link/puzzlepublishers/
隱私政策頁面URL https://crowley.link/legal
支援的語言 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
}