Create-N-Color Chrome Extension

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

Create-N-Color Chrome Extension là gì?

Create-N-Color Chrome Extension là một tiện ích mở rộng Chrome được phát triển bởi https://create-n-color.com, và tính năng chính của nó là "Open coloring pages found on the web in 'Create-N-Color' android app.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Create-N-Color Chrome Extension

Tải xuống các tệp mở rộng Create-N-Color Chrome Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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..                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Create-N-Color Chrome Extension Create-N-Color Chrome Extension
ID oiephfbmbimkdjfebcackgcbjgmopmap
URL Chính Thức https://chromewebstore.google.com/detail/create-n-color-chrome-ext/oiephfbmbimkdjfebcackgcbjgmopmap
Mô tả Open coloring pages found on the web in 'Create-N-Color' android app.
Kích Thước Tệp 165 KB
Số Lần Cài Đặt 158
Phiên Bản Hiện Tại 0.1.3
Cập Nhật Lần Cuối 2023-06-19
Ngày Phát Hành 2021-05-25
Nhà Phát Triển https://create-n-color.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://create-n-color.com
URL Trang Trợ Giúp https://create-n-color.com
Ngôn Ngữ Được Hỗ Trợ 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": [
        "*:\/\/*\/*"
    ]
}