Doodle Coloring - Funny Cats
Funny Cats is a HTML5 Coloring Game. Choose different cats to color. You have 24 different colors to choose.
Doodle Coloring - Funny Cats là gì?
Doodle Coloring - Funny Cats là một tiện ích mở rộng Chrome được phát triển bởi https://www.chromethemer.com, và tính năng chính của nó là "Funny Cats is a HTML5 Coloring Game. Choose different cats to color. You have 24 different colors to choose.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Doodle Coloring - Funny Cats
Tải xuống các tệp mở rộng Doodle Coloring - Funny Cats 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
Doodle Coloring - Funny Cats Doodle Coloring - Funny Cats is a HTML5 Coloring Game. Choose different cats to color. You have 24 different colors to choose. Feature Available: - 24 Colors - 6 Funny Cats - Start Level - Save Image feature - Print Image feature - Music ON/OFF feature too. The Doodle Coloring - Funny Cats browser extension; Creates a custom icon in your browser, that opens a pop-up link to Doodle Coloring - Funny Cats coloring Game, right in your browser.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | kaddbbnkkdklhdgkallmoibomfnbpmlm |
URL Chính Thức | https://chrome.google.com/webstore/detail/doodle-coloring-funny-cat/kaddbbnkkdklhdgkallmoibomfnbpmlm |
Mô tả | Funny Cats is a HTML5 Coloring Game. Choose different cats to color. You have 24 different colors to choose. |
Kích Thước Tệp | 34.48 KB |
Số Lần Cài Đặt | 45 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2020-06-24 |
Ngày Phát Hành | 2020-06-24 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://www.chromethemer.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.chromethemer.com/ |
URL Trang Trợ Giúp | https://www.chromethemer.com/ |
URL Trang Chính Sách Bảo Mật | https://www.chromethemer.com/privacy.html |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Doodle Coloring - Funny Cats", "description": "Funny Cats is a HTML5 Coloring Game. Choose different cats to color. You have 24 different colors to choose.", "version": "1.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon128.png", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "default_popup": "hello.html" }, "manifest_version": 2, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+F", "mac": "MacCtrl+Shift+F" }, "description": "Opens hello.html" } } } |