Google Sheets Downloader

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

什麼是Google Sheets Downloader?

Google Sheets Downloader是由https://renovaworld.com開發的Chrome擴展程式,該擴展的主要功能是“Download the current tab in Google Sheets as PDF or XLSX with one click.”。

擴展截圖

screenshot

下載Google Sheets Downloader擴展crx文件

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