Shift Click Image Extractor
Extracting / sharing images: now easy as Shift
Shift Click Image Extractor란 무엇입니까?
Shift Click Image Extractor은(는) https://shft.cl에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extracting / sharing images: now easy as Shift"입니다.
확장 프로그램 스크린샷
Shift Click Image Extractor 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Shift Click is everything you need: - an image extractor - an image sharing tool - an image downloader - an Instagram image downloader - a gif downloader - and much more! This extension generates automatically a short URL that allows you to share *any* images in a record time. No useless UI in your browser, this simple shortcut helps you to keep it clean! Shift Click uses a hit test to bypass blank divs from getting at the image. That means no more right-click + inspect. You can leave the dev tools behind. Be prepared to save a Shiftload of time.
확장 프로그램 기본 정보
이름 | Shift Click Image Extractor |
ID | aonflkdebcjkiimklgpgkclmjohclbbf |
공식 URL | https://chromewebstore.google.com/detail/shift-click-image-extract/aonflkdebcjkiimklgpgkclmjohclbbf |
설명 | Extracting / sharing images: now easy as Shift |
파일 크기 | 30.69 KB |
설치 횟수 | 12,792 |
현재 버전 | 1.7.1 |
최근 업데이트 | 2023-01-30 |
출시 날짜 | 2020-02-09 |
평점 | 3.98/5 총 48 개의 평점 |
개발자 | https://shft.cl |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://shft.cl/ |
도움말 페이지 URL | https://twitter.com/shftcl |
개인정보 보호 정책 페이지 URL | https://shft.cl/tos |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Shift Click Image Extractor", "short_name": "Shift Click", "manifest_version": 2, "description": "Extracting \/ sharing images: now easy as Shift", "version": "1.7.1", "icons": { "16": "context.png", "64": "icon.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "css": [], "run_at": "document_end", "all_frames": true } ], "background": { "persistent": true, "scripts": [ "background.js" ] }, "author": "Deux Huit Huit", "homepage_url": "https:\/\/shft.cl\/?utm_source=shftclck-ext&utm_medium=chrome-ext-panel&utm_campaign=chrome-ext-panel", "externally_connectable": { "matches": [ "*:\/\/shft.cl\/*" ] }, "permissions": [ "activeTab", "background", "contextMenus", "storage", "unlimitedStorage", "http:\/\/localhost\/", "https:\/\/localhost\/", "https:\/\/shft.cl\/", " |