Activity Book Generator
Create Coloring, Activity Books & Printables, With A New Faster, Easier Way That Cuts Your Creation Time to Just 5 minutes or less.
¿Qué es Activity Book Generator?
Activity Book Generator es una extensión de Chrome desarrollada por Crowley.Link, y su función principal es "Create Coloring, Activity Books & Printables, With A New Faster, Easier Way That Cuts Your Creation Time to Just 5 minutes or less.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Activity Book Generator
Descarga archivos de extensión Activity Book Generator en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Quickly Create Coloring, Activity Books & Printables. Create Activity Books For All Ages, With A New Faster, Easier Way That Cuts Your Creation Time to Just 5 minutes or less. WHAT IF you could speed up the process of creating coloring & activity books and printables, by Cutting Your Time IN HALF (or better!)? It seems like there are hundreds (probably thousands) or gung-ho creators who love: … spending hours upon hours creating and editing graphics… … spending further hours upon hours researching and finding new ideas… … spending hours crafting their sales write ups for Etsy, KDP and more… … spending added time listing their products for sale… But it’s easy to burn out fast on some of that, especially the creating side. The Activity Book Generator does exactly what it says: it creates coloring and activity books and printables, for both adults and kids, with just a couple of clicks of the mouse. These can be published on Amazon KDP, Etsy, Gumroad, or anywhere else!
Información Básica de la Extensión
Nombre | |
ID | lbbejijhiheinimcmkpmldpnbicanegh |
URL Oficial | https://chrome.google.com/webstore/detail/activity-book-generator/lbbejijhiheinimcmkpmldpnbicanegh |
Descripción | Create Coloring, Activity Books & Printables, With A New Faster, Easier Way That Cuts Your Creation Time to Just 5 minutes or less. |
Tamaño del Archivo | 80.56 KB |
Cantidad de Instalaciones | 133 |
Versión Actual | 0.1.0 |
Última Actualización | 2021-12-06 |
Fecha de Publicación | 2021-11-23 |
Desarrollador | Crowley.Link |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://x-2.us/abg/ |
URL de la Página de Política de Privacidad | https://crowley.link/legal |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Activity Book Generator", "version": "0.1.0", "description": "Create Coloring, Activity Books & Printables, With A New Faster, Easier Way That Cuts Your Creation Time to Just 5 minutes or less.", "permissions": [ "notifications", "alarms", "storage" ], "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" } }, "icons": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "manifest_version": 3 } |