Artist Tools for Gartic Phone
Enhance the gartic phone experience with additional colors
Artist Tools for Gartic Phone क्या है?
Artist Tools for Gartic Phone SillyV द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enhance the gartic phone experience with additional colors"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Artist Tools for Gartic Phone एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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" ] } |