Create a Google Drawing™
This extension creates a new Google Drawing™
Wat is Create a Google Drawing™?
Create a Google Drawing™ is een Chrome-extensie ontwikkeld door Thomas Hammerlund, en de belangrijkste functie is "This extension creates a new Google Drawing™".
Extensie Screenshots
Download het CRX-bestand van de extensie Create a Google Drawing™
Download Create a Google Drawing™-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Create a Google Drawing™ |
ID | hpcojionnmginehclohnkiceenecpnge |
Officiële URL | https://chromewebstore.google.com/detail/create-a-google-drawing/hpcojionnmginehclohnkiceenecpnge |
Beschrijving | This extension creates a new Google Drawing™ |
Bestandsgrootte | 8.24 KB |
Aantal Installaties | 619 |
Huidige Versie | 0.4 |
Laatst Bijgewerkt | 2021-04-29 |
Publicatiedatum | 2021-04-12 |
Ontwikkelaar | Thomas Hammerlund |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://sites.google.com/view/one-click-extensions/home |
Help Pagina-URL | https://sites.google.com/view/one-click-extensions/contact |
URL van de Privacybeleid Pagina | https://sites.google.com/view/one-click-extensions/privacy-policy |
Ondersteunde Talen | 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" } } |