Create a Google Sheet™
This extension creates a new Google Spreadsheet™
Wat is Create a Google Sheet™?
Create a Google Sheet™ is een Chrome-extensie ontwikkeld door Thomas Hammerlund, en de belangrijkste functie is "This extension creates a new Google Spreadsheet™".
Extensie Screenshots
Download het CRX-bestand van de extensie Create a Google Sheet™
Download Create a Google Sheet™-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
An extension that does one thing and does it well - it just makes a new Google Spreadsheet when you are signed into your Google Account. When you are not signed into your account it prompts you to sign in. That’s it. Reasons to use it: No data is taken from you. It’s fast. One click to open a new spreadsheet. It’s great for teachers. I am a teacher and I made this so my young students would not have to fumble around trying to get to different pages to make a new Google Sheet.
Basisinformatie over de Extensie
Naam | Create a Google Sheet™ |
ID | egedmciehgdeklkhaegkgjmgiomfoaef |
Officiële URL | https://chromewebstore.google.com/detail/create-a-google-sheet/egedmciehgdeklkhaegkgjmgiomfoaef |
Beschrijving | This extension creates a new Google Spreadsheet™ |
Bestandsgrootte | 6 KB |
Aantal Installaties | 33 |
Huidige Versie | 0.5 |
Laatst Bijgewerkt | 2021-05-14 |
Publicatiedatum | 2021-03-16 |
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/how-to |
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 Sheet\u2122", "description": "This extension creates a new Google Spreadsheet\u2122", "version": "0.5", "author": "Thomas Hammerlund", "icons": { "128": "images\/icon128.png", "48": "images\/icon48.png" }, "action": { "default_icon": "images\/icon128.png", "default_title": "Create a Google Sheet\u2122" }, "background": { "service_worker": "background.js" } } |