Create a Google Sheet™

This extension creates a new Google Spreadsheet™

什么是Create a Google Sheet™?

Create a Google Sheet™是由Thomas Hammerlund开发的Chrome扩展程序,该扩展的主要功能是“This extension creates a new Google Spreadsheet™”。

扩展截图

screenshot

下载Create a Google Sheet™扩展crx文件

下载Create a Google Sheet™扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Create a Google Sheet™ Create a Google Sheet™
ID egedmciehgdeklkhaegkgjmgiomfoaef
官方URL https://chromewebstore.google.com/detail/create-a-google-sheet/egedmciehgdeklkhaegkgjmgiomfoaef
简介 This extension creates a new Google Spreadsheet™
文件大小 6 KB
安装次数 33
当前版本 0.5
更新时间 2021-05-14
上架时间 2021-03-16
开发者 Thomas Hammerlund
电子邮箱 [email protected]
付费类型 free
扩展官网 https://sites.google.com/view/one-click-extensions/home
帮助页面URL https://sites.google.com/view/one-click-extensions/how-to
隐私政策页面URL https://sites.google.com/view/one-click-extensions/privacy-policy
支持的语言 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"
    }
}