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.」です。
拡張機能のスクリーンショット
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 |
ID | dmfloejmkmjikkagkgbhdadbnnpmhmjc |
公式URL | 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 |
Eメール | [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 } |