Create a Google Drawing™
This extension creates a new Google Drawing™
Was ist Create a Google Drawing™?
Create a Google Drawing™ ist eine Chrome-Erweiterung, die von Thomas Hammerlund entwickelt wurde, und ihr Hauptmerkmal ist "This extension creates a new Google Drawing™".
Erweiterungsscreenshots
Create a Google Drawing™-Erweiterungs-CRX-Datei herunterladen
Laden Sie Create a Google Drawing™-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Create a Google Drawing™ |
ID | hpcojionnmginehclohnkiceenecpnge |
Offizielle URL | https://chromewebstore.google.com/detail/create-a-google-drawing/hpcojionnmginehclohnkiceenecpnge |
Beschreibung | This extension creates a new Google Drawing™ |
Dateigröße | 8.24 KB |
Installationsanzahl | 619 |
Aktuelle Version | 0.4 |
Letztes Update | 2021-04-29 |
Veröffentlichungsdatum | 2021-04-12 |
Entwickler | Thomas Hammerlund |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://sites.google.com/view/one-click-extensions/home |
Hilfeseite URL | https://sites.google.com/view/one-click-extensions/contact |
URL der Datenschutzrichtlinien-Seite | https://sites.google.com/view/one-click-extensions/privacy-policy |
Unterstützte Sprachen | 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" } } |