Artist Tools for Gartic Phone
Enhance the gartic phone experience with additional colors
Was ist Artist Tools for Gartic Phone?
Artist Tools for Gartic Phone ist eine Chrome-Erweiterung, die von SillyV entwickelt wurde, und ihr Hauptmerkmal ist "Enhance the gartic phone experience with additional colors".
Erweiterungsscreenshots
Artist Tools for Gartic Phone-Erweiterungs-CRX-Datei herunterladen
Laden Sie Artist Tools for Gartic Phone-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Artist Tools for Gartic Phone |
ID | jimdddbdlngpncjdbfggmjieegcnjcbd |
Offizielle URL | https://chromewebstore.google.com/detail/artist-tools-for-gartic-p/jimdddbdlngpncjdbfggmjieegcnjcbd |
Beschreibung | Enhance the gartic phone experience with additional colors |
Dateigröße | 40.6 KB |
Installationsanzahl | 3,330 |
Aktuelle Version | 1.2.1 |
Letztes Update | 2023-10-13 |
Veröffentlichungsdatum | 2022-10-13 |
Bewertung | 5.00/5 Insgesamt 6 Bewertungen |
Entwickler | SillyV |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |