Artist Tools for Gartic Phone
Enhance the gartic phone experience with additional colors
What is Artist Tools for Gartic Phone?
Artist Tools for Gartic Phone is a Chrome extension developed by SillyV, and its main feature is "Enhance the gartic phone experience with additional colors".
Extension Screenshots
Download Artist Tools for Gartic Phone Extension CRX File
Download Artist Tools for Gartic Phone extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Artist Tools for Gartic Phone |
ID | jimdddbdlngpncjdbfggmjieegcnjcbd |
Official URL | https://chromewebstore.google.com/detail/artist-tools-for-gartic-p/jimdddbdlngpncjdbfggmjieegcnjcbd |
Description | Enhance the gartic phone experience with additional colors |
File Size | 40.6 KB |
Installation Count | 3,330 |
Current Version | 1.2.1 |
Last Updated | 2023-10-13 |
Publish Date | 2022-10-13 |
Rating | 5.00/5 Total 6 Ratings |
Developer | SillyV |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |