Create a Google Drawing™

This extension creates a new Google Drawing™

Vad är Create a Google Drawing™?

Create a Google Drawing™ är en Chrome-tillägg utvecklad av Thomas Hammerlund, och dess huvudfunktion är "This extension creates a new Google Drawing™".

Tilläggsskärmbilder

screenshot

Ladda ner Create a Google Drawing™-förlängningens CRX-fil

Ladda ner Create a Google Drawing™-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Create a Google Drawing™ Create a Google Drawing™
ID hpcojionnmginehclohnkiceenecpnge
Officiell webbadress https://chromewebstore.google.com/detail/create-a-google-drawing/hpcojionnmginehclohnkiceenecpnge
Beskrivning This extension creates a new Google Drawing™
Filstorlek 8.24 KB
Antal Installationer 619
Aktuell Version 0.4
Senast Uppdaterad 2021-04-29
Publiceringsdatum 2021-04-12
Utvecklare Thomas Hammerlund
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://sites.google.com/view/one-click-extensions/home
Hjälpsida URL https://sites.google.com/view/one-click-extensions/contact
URL till Sekretesspolicy Sidan https://sites.google.com/view/one-click-extensions/privacy-policy
Stödda Språk 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"
    }
}