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.
Activity Book Generator क्या है?
Activity Book Generator Crowley.Link द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Create Coloring, Activity Books & Printables, With A New Faster, Easier Way That Cuts Your Creation Time to Just 5 minutes or less."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Activity Book Generator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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!
एक्सटेंशन की मूल जानकारी
नाम | |
ID | lbbejijhiheinimcmkpmldpnbicanegh |
आधिकारिक URL | https://chrome.google.com/webstore/detail/activity-book-generator/lbbejijhiheinimcmkpmldpnbicanegh |
विवरण | Create Coloring, Activity Books & Printables, With A New Faster, Easier Way That Cuts Your Creation Time to Just 5 minutes or less. |
फ़ाइल का आकार | 80.56 KB |
स्थापना संख्या | 133 |
वर्तमान संस्करण | 0.1.0 |
अंतिम अपडेट | 2021-12-06 |
प्रकाशन तिथि | 2021-11-23 |
डेवलपर | Crowley.Link |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://x-2.us/abg/ |
गोपनीयता नीति पृष्ठ URL | https://crowley.link/legal |
समर्थित भाषाएँ | 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 } |