Carla Draw
Allows drawing on existing images and saving a nice picture (in SVG format)
Что такое Carla Draw?
Carla Draw - это расширение Chrome, разработанное boblemarin, и его основная функция - "Allows drawing on existing images and saving a nice picture (in SVG format)".
Снимки экрана расширения
Скачать файл CRX расширения Carla Draw
Скачайте файлы расширений Carla Draw в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Search for an image to draw in Google or anywhere on the internet. Choose an image, activate Carla Draw and you will be presented with a minimalistic drawing interface to draw on top of it. At the end of the process, you can save your drawing in SVG format to re-use anywhere it fits. This extension has been created in the context of offering more autonomy in the creative process of mentally disabled artists. Developed by boblemarin for La "S" Grand Atelier in Vielsalm, Belgium.
Основная информация о расширении
Название | Carla Draw |
ID | aadgclkflodcicnpogggecohecomljdl |
Официальный URL | https://chromewebstore.google.com/detail/carla-draw/aadgclkflodcicnpogggecohecomljdl |
Описание | Allows drawing on existing images and saving a nice picture (in SVG format) |
Размер файла | 66.32 KB |
Количество установок | 151 |
Текущая Версия | 0.1.1 |
Последнее Обновление | 2021-01-07 |
Дата публикации | 2020-10-18 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | boblemarin |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/boblemarin/carla-draw |
URL страницы помощи | https://github.com/boblemarin/carla-draw/issues |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Carla Draw", "description": "Allows drawing on existing images and saving a nice picture (in SVG format)", "version": "0.1.1", "icons": { "128": "icon128.png" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png" } } |