Create a Google Drawing™

This extension creates a new Google Drawing™

Что такое Create a Google Drawing™?

Create a Google Drawing™ - это расширение Chrome, разработанное Thomas Hammerlund, и его основная функция - "This extension creates a new Google Drawing™".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Create a Google Drawing™

Скачайте файлы расширений Create a Google Drawing™ в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        When logged into your Google Account, this extension creates a new and unique Google Drawing for you in one click. If you are not logged in, the extension will bring you to the login page.                    

Основная информация о расширении

Название Create a Google Drawing™ Create a Google Drawing™
ID hpcojionnmginehclohnkiceenecpnge
Официальный URL https://chromewebstore.google.com/detail/create-a-google-drawing/hpcojionnmginehclohnkiceenecpnge
Описание This extension creates a new Google Drawing™
Размер файла 8.24 KB
Количество установок 619
Текущая Версия 0.4
Последнее Обновление 2021-04-29
Дата публикации 2021-04-12
Разработчик Thomas Hammerlund
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://sites.google.com/view/one-click-extensions/home
URL страницы помощи https://sites.google.com/view/one-click-extensions/contact
URL страницы политики конфиденциальности https://sites.google.com/view/one-click-extensions/privacy-policy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Create a Google Drawing\u2122",
    "description": "This extension creates a new Google Drawing\u2122",
    "version": "0.4",
    "author": "Thomas Hammerlund",
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png"
    },
    "action": {
        "default_icon": "images\/icon128.png",
        "default_title": "Create a Google Drawing\u2122"
    },
    "background": {
        "service_worker": "background.js"
    }
}