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."입니다.
확장 프로그램 스크린샷
Puzzle Publishers 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | |
ID | ecpodohjjhppbkobmccnconompeedgni |
공식 URL | 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 } |