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 là gì?

Image Handling Shortcuts là một tiện ích mở rộng Chrome được phát triển bởi zeyadshapan2004, và tính năng chính của nó là "Clicking to save the image? Clicking to waste time! This extension will provide you with shortcuts to deal with images.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng Image Handling Shortcuts

Tải xuống các tệp mở rộng Image Handling Shortcuts dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Image Handling Shortcuts Image Handling Shortcuts
ID dhnacegooljnejkdlpepjgklfmphpikg
URL Chính Thức https://chromewebstore.google.com/detail/image-handling-shortcuts/dhnacegooljnejkdlpepjgklfmphpikg
Mô tả Clicking to save the image? Clicking to waste time! This extension will provide you with shortcuts to deal with images.
Kích Thước Tệp 15.93 KB
Số Lần Cài Đặt 998
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2021-07-02
Ngày Phát Hành 2021-05-18
Đánh Giá 4.20/5 Tổng số 5 Đánh Giá
Nhà Phát Triển zeyadshapan2004
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/zeyad-shaban/image-handling-shortcuts/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}