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文件

下載Image Handling Shortcuts擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}