Create a Google Drawing™

This extension creates a new Google Drawing™

Co to jest Create a Google Drawing™?

Create a Google Drawing™ to rozszerzenie Chrome opracowane przez Thomas Hammerlund, a jego główną funkcją jest „This extension creates a new Google Drawing™”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Create a Google Drawing™

Pobierz pliki rozszerzeń Create a Google Drawing™ w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Create a Google Drawing™ Create a Google Drawing™
ID hpcojionnmginehclohnkiceenecpnge
Oficjalny URL https://chromewebstore.google.com/detail/create-a-google-drawing/hpcojionnmginehclohnkiceenecpnge
Opis This extension creates a new Google Drawing™
Rozmiar pliku 8.24 KB
Liczba instalacji 619
Aktualna Wersja 0.4
Ostatnia Aktualizacja 2021-04-29
Data Publikacji 2021-04-12
Deweloper Thomas Hammerlund
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://sites.google.com/view/one-click-extensions/home
Adres URL Strony Pomocy https://sites.google.com/view/one-click-extensions/contact
Adres URL Strony Polityki Prywatności https://sites.google.com/view/one-click-extensions/privacy-policy
Obsługiwane Języki 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"
    }
}