Create a Google Drawing™

This extension creates a new Google Drawing™

What is Create a Google Drawing™?

Create a Google Drawing™ is a Chrome extension developed by Thomas Hammerlund, and its main feature is "This extension creates a new Google Drawing™".

Extension Screenshots

screenshot

Download Create a Google Drawing™ Extension CRX File

Download Create a Google Drawing™ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Create a Google Drawing™ Create a Google Drawing™
ID hpcojionnmginehclohnkiceenecpnge
Official URL https://chromewebstore.google.com/detail/create-a-google-drawing/hpcojionnmginehclohnkiceenecpnge
Description This extension creates a new Google Drawing™
File Size 8.24 KB
Installation Count 619
Current Version 0.4
Last Updated 2021-04-29
Publish Date 2021-04-12
Developer Thomas Hammerlund
Email [email protected]
Payment Type free
Extension Website https://sites.google.com/view/one-click-extensions/home
Help Page URL https://sites.google.com/view/one-click-extensions/contact
Privacy Policy Page URL https://sites.google.com/view/one-click-extensions/privacy-policy
Supported Languages 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"
    }
}