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
官方網址 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"
    }
}