Save Images to Drive
Allow to Save images from web page to your Drive
Save Images to Drive란 무엇입니까?
Save Images to Drive은(는) Armen Stepanyan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allow to Save images from web page to your Drive"입니다.
확장 프로그램 스크린샷
Save Images to Drive 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Save images from web pages to your Drive. Adds a right-click context menu, you can save images by right clicking on images and selecting 'Save to Drive' option. After that, it will open modal window, where you can see 'Save' button and images info(width, height).
확장 프로그램 기본 정보
이름 | |
ID | nhipbdnhkdgblcdeehpfjbadpehnjged |
공식 URL | https://chrome.google.com/webstore/detail/save-images-to-drive/nhipbdnhkdgblcdeehpfjbadpehnjged |
설명 | Allow to Save images from web page to your Drive |
파일 크기 | 91.3 KB |
설치 횟수 | 1,000 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2021-03-14 |
출시 날짜 | 2017-12-24 |
평점 | 4.00/5 총 9 개의 평점 |
개발자 | Armen Stepanyan |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://site-blocker.info/product/save-image-to-google-drive-extension |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0.0", "name": "Save Images to Drive", "description": "Allow to Save images from web page to your Drive", "content_security_policy": "script-src 'self' 'unsafe-eval'; https:\/\/apis.google.com; object-src 'self'", "browser_action": { "default_icon": "drive_icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "tabs", "contextMenus" ], "content_scripts": [ { "matches": [ " |