Artist Tools for Gartic Phone
Enhance the gartic phone experience with additional colors
Artist Tools for Gartic Phone là gì?
Artist Tools for Gartic Phone là một tiện ích mở rộng Chrome được phát triển bởi SillyV, và tính năng chính của nó là "Enhance the gartic phone experience with additional colors".
Ả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 Artist Tools for Gartic Phone
Tải xuống các tệp mở rộng Artist Tools for Gartic Phone 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 provides additional tools that supplememnt the existing tools of gartic phone. ========================== Features: Extended color pallete Color history pallete (all colors that were manually picked with the color picker will be added here, right click to remove) Canvas watermark is hidden while drawing. Editable Keybindings. Accessible eye dropper tool Sketch Layer - move sketch layer above or below the canvas. add additional data to sketch layer transform, move, resize, flip, mirror the sketch layer save and restore gartic drawings between sessions Grid - add a grid above the canvas for assistance with percision
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Artist Tools for Gartic Phone |
ID | jimdddbdlngpncjdbfggmjieegcnjcbd |
URL Chính Thức | https://chromewebstore.google.com/detail/artist-tools-for-gartic-p/jimdddbdlngpncjdbfggmjieegcnjcbd |
Mô tả | Enhance the gartic phone experience with additional colors |
Kích Thước Tệp | 40.6 KB |
Số Lần Cài Đặt | 3,330 |
Phiên Bản Hiện Tại | 1.2.1 |
Cập Nhật Lần Cuối | 2023-10-13 |
Ngày Phát Hành | 2022-10-13 |
Đánh Giá | 5.00/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | SillyV |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Artist Tools for Gartic Phone", "version": "1.2.1", "description": "Enhance the gartic phone experience with additional colors", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "service_worker": "pages\/background.js" }, "content_scripts": [ { "css": [ "pages\/colors.css", "components\/artist_settings.css" ], "js": [ "components\/language.js", "components\/storage.js", "components\/paletteCollections.js", "components\/artist_settings.js", "components\/artist_settings_palettes.js", "components\/artist_settings_create_palette.js", "pages\/draw.js", "pages\/main.js" ], "matches": [ "https:\/\/garticphone.com\/*", "https:\/\/beta.garticphone.com\/*" ], "run_at": "document_end" } ], "permissions": [ "storage" ] } |