Create a Google Sheet™

This extension creates a new Google Spreadsheet™

What is Create a Google Sheet™?

Create a Google Sheet™ is a Chrome extension developed by Thomas Hammerlund, and its main feature is "This extension creates a new Google Spreadsheet™".

Extension Screenshots

screenshot

Download Create a Google Sheet™ Extension CRX File

Download Create a Google Sheet™ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Create a Google Sheet™ Create a Google Sheet™
ID egedmciehgdeklkhaegkgjmgiomfoaef
Official URL https://chromewebstore.google.com/detail/create-a-google-sheet/egedmciehgdeklkhaegkgjmgiomfoaef
Description This extension creates a new Google Spreadsheet™
File Size 6 KB
Installation Count 33
Current Version 0.5
Last Updated 2021-05-14
Publish Date 2021-03-16
Developer Thomas Hammerlund
Email [email protected]
Payment Type free
Extension Website https://sites.google.com/view/one-click-extensions/home
Help Page URL https://sites.google.com/view/one-click-extensions/how-to
Privacy Policy Page URL https://sites.google.com/view/one-click-extensions/privacy-policy
Supported Languages 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"
    }
}