Document Preview Exporter for Google Drive
Adds Export Feature for Google Drive Document Previews This extension operates within Google Drive and the Document Sharing pages.…
Document Preview Exporter for Google Drive란 무엇입니까?
Document Preview Exporter for Google Drive은(는) https://findgrep.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds Export Feature for Google Drive Document Previews This extension operates within Google Drive and the Document Sharing pages.…"입니다.
확장 프로그램 스크린샷
Document Preview Exporter for Google Drive 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Adds Export Feature for Google Drive Document Previews This extension operates within Google Drive and the Document Sharing pages. - https://drive.google.com/drive/* - https://drive.google.com/file/d/*/view Once a document preview is open, click on this extension's icon to export the document in PNG, Zipped PNG, or PDF format. Even view only documents that are restricted from downloading or printing can be exported with this extension. Key Features: * PNG image exportation. (If download is blocked by Chrome, let it allow multiple file downloads) * ZIP file exportation. (This encompasses PNG Images) * PDF exportation. (This involves PNG Images, with no text information included) * Ability to specify a filename * Ability to designate a PDF page size (A4, A3, and more) / Orientation (Portrait, Landscape) Usage Notice: Please verify the copyright and license of the content you wish to download to ensure compliance with applicable laws. We are not responsible for any issues arising from the use of this software. Use at your own risk. Release Notes: 2024-03-03 v1.1.2: Fixed issue preventing download of PDFs containing comments. Icons by https://icons8.com/ Sample files by https://file-examples.com/
확장 프로그램 기본 정보
이름 | Document Preview Exporter for Google Drive |
ID | npapjbliocdhineglcjkmmmaddpgeono |
공식 URL | https://chromewebstore.google.com/detail/document-preview-exporter/npapjbliocdhineglcjkmmmaddpgeono |
설명 | Adds Export Feature for Google Drive Document Previews This extension operates within Google Drive and the Document Sharing pages.… |
파일 크기 | 288 KB |
설치 횟수 | 5,000 |
현재 버전 | 1.1.2 |
최근 업데이트 | 2024-03-04 |
출시 날짜 | 2023-01-09 |
평점 | 5.00/5 총 6 개의 평점 |
개발자 | https://findgrep.app |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://findgrep.app/ |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Document Preview Exporter for Google Drive", "version": "1.1.2", "permissions": [], "action": { "default_popup": "index.html" }, "icons": { "16": "icon_16x16.png", "32": "icon_32x32.png", "48": "icon_48x48.png", "128": "icon_128x128.png" }, "content_scripts": [ { "js": [ "assets\/content.tsx-loader-a52b71a8.js" ], "matches": [ "https:\/\/drive.google.com\/file\/d\/*\/view", "https:\/\/drive.google.com\/drive\/*" ] } ], "web_accessible_resources": [ { "matches": [ "https:\/\/drive.google.com\/*", "https:\/\/drive.google.com\/*" ], "resources": [ "assets\/dom-5e3c90ab.js", "assets\/content.tsx-59469556.js" ], "use_dynamic_url": true } ] } |