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
Eメール [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"
}