Download This Gsheet

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

Download This Gsheet là gì?

Download This Gsheet là một tiện ích mở rộng Chrome được phát triển bởi Summer, và tính năng chính của nó là "Download the current sheet your are working on with just one click!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Download This Gsheet

Tải xuống các tệp mở rộng Download This Gsheet dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Download This Gsheet Download This Gsheet
ID ilpfikjnjieiinbnnbfabncjdjpgbfbm
URL Chính Thức https://chromewebstore.google.com/detail/download-this-gsheet/ilpfikjnjieiinbnnbfabncjdjpgbfbm
Mô tả Download the current sheet your are working on with just one click!
Kích Thước Tệp 138 KB
Số Lần Cài Đặt 1,306
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2023-12-20
Ngày Phát Hành 2021-11-10
Đánh Giá 4.80/5 Tổng số 10 Đánh Giá
Nhà Phát Triển Summer
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}