Google Sheets Downloader

Download the current tab in Google Sheets as PDF or XLSX with one click.

Google Sheets Downloaderคืออะไร?

Google Sheets Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://renovaworld.com และคุณลักษณะหลักของมันคือ "Download the current tab in Google Sheets as PDF or XLSX with one click."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Sheets Downloader

ดาวน์โหลดไฟล์ส่วนขยาย Google Sheets Downloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Now it is easy to download the current tab in Google Sheets as XLSX or PDF. If you use the default option available from the File > Download option in Google Sheets, you get the entire sheet with all the tabs included, but sometimes to share a specific tab with your colleagues, this extension will come in handy.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Google Sheets Downloader Google Sheets Downloader
ID dmfloejmkmjikkagkgbhdadbnnpmhmjc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/google-sheets-downloader/dmfloejmkmjikkagkgbhdadbnnpmhmjc
คำอธิบาย Download the current tab in Google Sheets as PDF or XLSX with one click.
ขนาดไฟล์ 61.38 KB
จำนวนการติดตั้ง 4,020
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2021-06-01
วันที่เผยแพร่ 2021-03-01
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://renovaworld.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Sheets Downloader",
    "version": "1.1",
    "description": "Download the current tab in Google Sheets as PDF or XLSX with one click.",
    "browser_action": {
        "default_popup": "window.html"
    },
    "permissions": [
        "tabs"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}