Create a Google Sheet™
This extension creates a new Google Spreadsheet™
Was ist Create a Google Sheet™?
Create a Google Sheet™ ist eine Chrome-Erweiterung, die von Thomas Hammerlund entwickelt wurde, und ihr Hauptmerkmal ist "This extension creates a new Google Spreadsheet™".
Erweiterungsscreenshots
Create a Google Sheet™-Erweiterungs-CRX-Datei herunterladen
Laden Sie Create a Google Sheet™-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
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.
Grundlegende Informationen zur Erweiterung
Name | Create a Google Sheet™ |
ID | egedmciehgdeklkhaegkgjmgiomfoaef |
Offizielle URL | https://chromewebstore.google.com/detail/create-a-google-sheet/egedmciehgdeklkhaegkgjmgiomfoaef |
Beschreibung | This extension creates a new Google Spreadsheet™ |
Dateigröße | 6 KB |
Installationsanzahl | 33 |
Aktuelle Version | 0.5 |
Letztes Update | 2021-05-14 |
Veröffentlichungsdatum | 2021-03-16 |
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/how-to |
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 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" } } |