Download This Gsheet

Download the current sheet your are working on with just one click!

什麼是Download This Gsheet?

Download This Gsheet是由Summer開發的Chrome擴展程式,該擴展的主要功能是“Download the current sheet your are working on with just one click!”。

擴展截圖

screenshot

下載Download This Gsheet擴展crx文件

下載Download This Gsheet擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Simply click on the extension to download the current sheet (or some might refer to as tab) that you are working on.

Since v1.0.0, you can set the default download format by right click on the extension -> Options -> Choose default download format. The extension currently support xlsx, pdf and csv.

Find this extension helpful? Consider support me at: https://www.buymeacoffee.com/ha.tp

Thanks!                    

擴展基本資訊

名稱 Download This Gsheet Download This Gsheet
ID ilpfikjnjieiinbnnbfabncjdjpgbfbm
官方網址 https://chromewebstore.google.com/detail/download-this-gsheet/ilpfikjnjieiinbnnbfabncjdjpgbfbm
簡介 Download the current sheet your are working on with just one click!
檔案大小 138 KB
安裝次數 1,306
目前版本 1.1.1
更新時間 2023-12-20
上架時間 2021-11-10
評分 4.80/5 共 10 次評分
開發者 Summer
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Download This Gsheet",
    "description": "Download the current sheet your are working on with just one click!",
    "version": "1.1.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "action": {
        "default_title": "Download This Gsheet",
        "default_icon": {
            "16": "\/images\/icon16.png",
            "32": "\/images\/icon32.png",
            "64": "\/images\/icon64.png",
            "128": "\/images\/icon128.png"
        }
    },
    "icons": {
        "16": "\/images\/icon16.png",
        "32": "\/images\/icon32.png",
        "64": "\/images\/icon64.png",
        "128": "\/images\/icon128.png"
    },
    "options_page": "options.html"
}