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은(는) k.cossutti에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Additional features and tools for the Gartic phone web game!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Gartic Pro for Gartic Phone 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}