Gartic Pro for Gartic Phone

Additional features and tools for the Gartic phone web game!

Gartic Pro for Gartic Phoneคืออะไร?

Gartic Pro for Gartic Phone เป็นส่วนขยายของ Chrome ที่พัฒนาโดย k.cossutti และคุณลักษณะหลักของมันคือ "Additional features and tools for the Gartic phone web game!"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Gartic pro is an extension that will add additional feature to the already awesome game "Gartic phone".

Current features:
- Customizable keyboard shortcuts for every tool and pen size.
- Quick color picker in the tool panel for non animation rounds. (Might not work with stylus, mouse click suggest)
- Palette picker, this new button brings you the ability to choose from a bunch of alternative color palettes
- Document colors, new colors you pick from the picker or sample with the eyedropper are now saved on top of the palette, right click to remove them, middle click to pin 'em!

Planned features:
- Addition of user-created palettes
- Drafting layer with perspective tools
- Reference panel
- Much more!

Many more features are planned in the near future as well as a public repository so that fellow developers can contribute their talents to the project.

Latest update:
Fixed some issued due to a gartic update.


-----
This is a fan made extension and it has no affiliation with the developers of the game Gartic Phone.                    

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

ชื่อ Gartic Pro for Gartic Phone Gartic Pro for Gartic Phone
ID bjckmeoflbhjlmngnknegfldnomecbmk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gartic-pro-for-gartic-pho/bjckmeoflbhjlmngnknegfldnomecbmk
คำอธิบาย Additional features and tools for the Gartic phone web game!
ขนาดไฟล์ 22.98 KB
จำนวนการติดตั้ง 3,576
เวอร์ชันปัจจุบัน 1.8.1
อัปเดตครั้งล่าสุด 2024-03-02
วันที่เผยแพร่ 2022-08-16
คะแนน 4.90/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา k.cossutti
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gartic Pro for Gartic Phone",
    "description": "Additional features and tools for the Gartic phone web game!",
    "version": "1.8.1",
    "manifest_version": 3,
    "action": {
        "default_popup": "settings.html"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "features\/customcolors.js",
                "features\/eyedropper.js",
                "features\/shortcuts.js"
            ],
            "css": [
                "features\/sketchLayer\/sketchLayer.css",
                "features\/noWatermark\/noWatermark.css"
            ],
            "matches": [
                "https:\/\/garticphone.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icon128.png"
    }
}