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.”。
擴展截圖
下載Create-N-Color Chrome Extension擴展crx文件
下載Create-N-Color Chrome Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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..
擴展基本資訊
名稱 | |
ID | oiephfbmbimkdjfebcackgcbjgmopmap |
官方網址 | 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": [ "*:\/\/*\/*" ] } |