Create a Google Sheet™

This extension creates a new Google Spreadsheet™

Create a Google Sheet™คืออะไร?

Create a Google Sheet™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Thomas Hammerlund และคุณลักษณะหลักของมันคือ "This extension creates a new Google Spreadsheet™"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Create a Google Sheet™

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}