Google Slides - Download Image
Adds a 'Download Image' option to Google Slides context menu
Google Slides - Download Image란 무엇입니까?
Google Slides - Download Image은(는) Polymer Mallard에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds a 'Download Image' option to Google Slides context menu"입니다.
확장 프로그램 스크린샷
Google Slides - Download Image 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Adds a "Download image" option in the right-click menu of a Google Slides presentation so you can download JPEGs, PNGs, and GIFs uncropped from your presentation.
v0.3.1
- Menu option now appears for non-English languages
- Translations for 10 common languages including: Spanish, French, German, Italian, Portuguese, Russian, Japanese, Korean, Chinese, and English
v0.2.0
- Add support for Control+Click 확장 프로그램 기본 정보
| 이름 | |
| ID | afeblchodacmkncajakgjhfobkpbadnd |
| 공식 URL | https://chromewebstore.google.com/detail/google-slides-download-im/afeblchodacmkncajakgjhfobkpbadnd |
| 설명 | Adds a 'Download Image' option to Google Slides context menu |
| 파일 크기 | 17.55 KB |
| 설치 횟수 | 1,491 |
| 현재 버전 | 0.3.1 |
| 최근 업데이트 | 2023-12-31 |
| 출시 날짜 | 2023-11-14 |
| 평점 | 5.00/5 총 9 개의 평점 |
| 개발자 | Polymer Mallard |
| 이메일 | [email protected] |
| 결제 유형 | free |
| 도움말 페이지 URL | https://www.polymermallard.com |
| 개인정보 보호 정책 페이지 URL | https://www.polymermallard.com/privacy-policy |
| 지원되는 언어 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"action": [],
"author": "Polymer Mallard",
"content_scripts": [
{
"all_frames": true,
"css": [
"shared\/style\/app\/google.css",
"shared\/style\/app\/plugin.css"
],
"js": [
"shared\/script\/app\/app.js"
],
"matches": [
"https:\/\/docs.google.com\/*",
"https:\/\/slides.google.com\/*"
],
"run_at": "document_end"
}
],
"default_locale": "en",
"description": "Adds a 'Download Image' option to Google Slides context menu",
"homepage_url": "https:\/\/www.polymermallard.com",
"host_permissions": [
"https:\/\/docs.google.com\/*",
"https:\/\/slides.google.com\/*"
],
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"manifest_version": 3,
"name": "Google Slides - Download Image",
"permissions": [],
"version": "0.3.1",
"web_accessible_resources": [
{
"matches": [
"https:\/\/docs.google.com\/*",
"https:\/\/slides.google.com\/*"
],
"resources": [
"shared\/image\/*"
]
}
]
} | |