Gartic Easy to Draw

Faça ótimos desenhos com facilidade no Gartic!

Was ist Gartic Easy to Draw?

Gartic Easy to Draw ist eine Chrome-Erweiterung, die von https://www.andyjss.com entwickelt wurde, und ihr Hauptmerkmal ist "Faça ótimos desenhos com facilidade no Gartic!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Gartic Easy to Draw-Erweiterungs-CRX-Datei herunterladen

Laden Sie Gartic Easy to Draw-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

                        Já imaginou poder se tornar um artista profissional? Bom, agora você pode!
Com a extensão "Gartic Easy to Draw" você pode desenhar qualquer coisa que quiser usando o método contornar.

Simples passos para criar um ótimo desenho:

1 - Vá no Google Imagens e procure por uma imagem de desenho: (ex: cachorro desenho).
2 - Abra a imagem e copie o link original da imagem.
3 - Cole o link na caixa de texto "Link da Imagem" da extensão.
4 - Escolha o método de desenho do Gartic: "Jogo" ou "Praticar".
5 - Clique no botão "Carregar".

Pronto! 

Após concluir os passos acima, você já poderá pegar o lápis do Gartic e começar a contornar!                    

Grundlegende Informationen zur Erweiterung

Name Gartic Easy to Draw Gartic Easy to Draw
ID bblfhbbgjadhicbooncgnkofaabooncj
Offizielle URL https://chrome.google.com/webstore/detail/gartic-easy-to-draw/bblfhbbgjadhicbooncgnkofaabooncj
Beschreibung Faça ótimos desenhos com facilidade no Gartic!
Dateigröße 56.37 KB
Installationsanzahl 4,000
Aktuelle Version 1.2
Letztes Update 2017-10-23
Veröffentlichungsdatum 2017-10-23
Bewertung 3.25/5 Insgesamt 12 Bewertungen
Entwickler https://www.andyjss.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.andyjss.com/
Unterstützte Sprachen pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gartic Easy to Draw",
    "short_name": "GED",
    "version": "1.2",
    "description": "Fa\u00e7a \u00f3timos desenhos com facilidade no Gartic!",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "unlimited_storage",
        "contextMenus",
        "cookies",
        "storage",
        "idle",
        "activeTab"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.andyjss.com\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.gartic.com.br\/*",
                "*:\/\/*.gartic.io\/*"
            ],
            "all_frames": true,
            "js": [
                "js\/jquery-3.2.1.min.js"
            ],
            "run_at": "document_end",
            "persistent": false
        }
    ]
}