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!"입니다.
확장 프로그램 스크린샷
Download This Gsheet 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" } |