Artist Tools for Gartic Phone

Enhance the gartic phone experience with additional colors

Artist Tools for Gartic Phoneคืออะไร?

Artist Tools for Gartic Phone เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SillyV และคุณลักษณะหลักของมันคือ "Enhance the gartic phone experience with additional colors"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Artist Tools for Gartic Phone

ดาวน์โหลดไฟล์ส่วนขยาย Artist Tools for Gartic Phone ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Artist Tools for Gartic Phone Artist Tools for Gartic Phone
ID jimdddbdlngpncjdbfggmjieegcnjcbd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/artist-tools-for-gartic-p/jimdddbdlngpncjdbfggmjieegcnjcbd
คำอธิบาย Enhance the gartic phone experience with additional colors
ขนาดไฟล์ 40.6 KB
จำนวนการติดตั้ง 3,330
เวอร์ชันปัจจุบัน 1.2.1
อัปเดตครั้งล่าสุด 2023-10-13
วันที่เผยแพร่ 2022-10-13
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา SillyV
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    ]
}