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
官方URL 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"
}