Create a Google Sheet™

This extension creates a new Google Spreadsheet™

Create a Google Sheet™ là gì?

Create a Google Sheet™ là một tiện ích mở rộng Chrome được phát triển bởi Thomas Hammerlund, và tính năng chính của nó là "This extension creates a new Google Spreadsheet™".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Create a Google Sheet™

Tải xuống các tệp mở rộng Create a Google Sheet™ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Create a Google Sheet™ Create a Google Sheet™
ID egedmciehgdeklkhaegkgjmgiomfoaef
URL Chính Thức https://chromewebstore.google.com/detail/create-a-google-sheet/egedmciehgdeklkhaegkgjmgiomfoaef
Mô tả This extension creates a new Google Spreadsheet™
Kích Thước Tệp 6 KB
Số Lần Cài Đặt 33
Phiên Bản Hiện Tại 0.5
Cập Nhật Lần Cuối 2021-05-14
Ngày Phát Hành 2021-03-16
Nhà Phát Triển Thomas Hammerlund
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://sites.google.com/view/one-click-extensions/home
URL Trang Trợ Giúp https://sites.google.com/view/one-click-extensions/how-to
URL Trang Chính Sách Bảo Mật https://sites.google.com/view/one-click-extensions/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}