Create-N-Color Chrome Extension

Open coloring pages found on the web in 'Create-N-Color' android app.

Create-N-Color Chrome Extension क्या है?

Create-N-Color Chrome Extension https://create-n-color.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Open coloring pages found on the web in 'Create-N-Color' android app."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Create-N-Color Chrome Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension makes it possible to use any coloring page found on the internet within "Create-N-Color" android app. Now you can use and color any coloring page on the internet within "Create-N-Color".

Just start searching the internet for any coloring page you want I prefer using duckduckgo.com for searching because they have bigger images than google. You will see a red dashed border around any coloring page image that is compatible and can be loaded into Create-N-Color. Just click the image and another tab will open to the link generator page on create-n-color.com; once the page opens just click the "Share this page" icon in the browser toolbar and select "send to your devices". Once you receive the notification click the link that says "Open in Create-N-Color"

That is it! Enjoy coloring!

Note: Currently this extension is free to use and you don't need a Create-N-Color subscription to use this and can color any coloring page from the internet; but we reserve the right to require a Create-N-Color subscription at any point in the future..                    

एक्सटेंशन की मूल जानकारी

नाम Create-N-Color Chrome Extension Create-N-Color Chrome Extension
ID oiephfbmbimkdjfebcackgcbjgmopmap
आधिकारिक URL https://chromewebstore.google.com/detail/create-n-color-chrome-ext/oiephfbmbimkdjfebcackgcbjgmopmap
विवरण Open coloring pages found on the web in 'Create-N-Color' android app.
फ़ाइल का आकार 165 KB
स्थापना संख्या 158
वर्तमान संस्करण 0.1.3
अंतिम अपडेट 2023-06-19
प्रकाशन तिथि 2021-05-25
डेवलपर https://create-n-color.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://create-n-color.com
सहायता पृष्ठ URL https://create-n-color.com
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "0.1.3",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "96": "images\/96.png",
        "128": "images\/128.png"
    },
    "background": {
        "service_worker": ".\/scripts\/background.js"
    },
    "action": {
        "default_popup": ".\/popup.html",
        "default_title": "pageatitle",
        "default_icon": {
            "16": "images\/16.png"
        }
    },
    "options_page": ".\/options.html",
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}