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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Open coloring pages found on the web in 'Create-N-Color' android app."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Create-N-Color Chrome Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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": [
        "*:\/\/*\/*"
    ]
}