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
Eメール [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"
    }
}