Image Handling Shortcuts

Clicking to save the image? Clicking to waste time! This extension will provide you with shortcuts to deal with images.

Image Handling Shortcuts란 무엇입니까?

Image Handling Shortcuts은(는) zeyadshapan2004에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Clicking to save the image? Clicking to waste time! This extension will provide you with shortcuts to deal with images."입니다.

확장 프로그램 스크린샷

Image Handling Shortcuts 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Got tired of clicking to save an image? clicking to copy image address? clicking to do other stuff with images? Got tired of wasting time on that boring stuff!

This extension will provide your browser with useful shortcuts to be able to deal with images much faster.

How to use it? simply put your cursor directly on the image, then press one of the shortcuts listed below.

# Shortcuts

- Save Image as: CTRL + SHIFT + S
- Copy Image Address: CTRL + SHIFT + C

If you have any ideas to improve our product please open an issue on the Github page https://github.com/zeyad-shaban/image-handling-shortcuts/issues

- Paypal Donations: https://www.paypal.com/paypalme/codewithzeyad?locale.x=en_US
- Youtube Channel: https://www.youtube.com/channel/UCFjcc0rq2guK6kJ4va49zgA
- Twitter: https://twitter.com/zeyadshaban0                    

확장 프로그램 기본 정보

이름 Image Handling Shortcuts Image Handling Shortcuts
ID dhnacegooljnejkdlpepjgklfmphpikg
공식 URL https://chromewebstore.google.com/detail/image-handling-shortcuts/dhnacegooljnejkdlpepjgklfmphpikg
설명 Clicking to save the image? Clicking to waste time! This extension will provide you with shortcuts to deal with images.
파일 크기 15.93 KB
설치 횟수 998
현재 버전 1.1
최근 업데이트 2021-07-02
출시 날짜 2021-05-18
평점 4.20/5 총 5 개의 평점
개발자 zeyadshapan2004
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://github.com/zeyad-shaban/image-handling-shortcuts/issues
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Image Handling Shortcuts",
    "description": "Clicking to save the image? Clicking to waste time! This extension will provide you with shortcuts to deal with images.",
    "version": "1.1",
    "manifest_version": 3,
    "action": {
        "default_popup": ".\/popup.html"
    },
    "author": "Zeyad Shaban",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/index.js"
            ]
        }
    ],
    "icons": {
        "32": ".\/icon_32.png",
        "128": ".\/icon_128.png"
    }
}