Shift Click Image Extractor

Extracting / sharing images: now easy as Shift

Shift Click Image Extractor là gì?

Shift Click Image Extractor là một tiện ích mở rộng Chrome được phát triển bởi https://shft.cl, và tính năng chính của nó là "Extracting / sharing images: now easy as Shift".

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

screenshot

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

Tải xuống các tệp mở rộng Shift Click Image Extractor 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

                        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.                    

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

Tên Shift Click Image Extractor Shift Click Image Extractor
ID aonflkdebcjkiimklgpgkclmjohclbbf
URL Chính Thức https://chromewebstore.google.com/detail/shift-click-image-extract/aonflkdebcjkiimklgpgkclmjohclbbf
Mô tả Extracting / sharing images: now easy as Shift
Kích Thước Tệp 30.69 KB
Số Lần Cài Đặt 12,792
Phiên Bản Hiện Tại 1.7.1
Cập Nhật Lần Cuối 2023-01-30
Ngày Phát Hành 2020-02-09
Đánh Giá 3.98/5 Tổng số 48 Đánh Giá
Nhà Phát Triển https://shft.cl
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://shft.cl/
URL Trang Trợ Giúp https://twitter.com/shftcl
URL Trang Chính Sách Bảo Mật https://shft.cl/tos
Ngôn Ngữ Được Hỗ Trợ 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\/",
        ""
    ],
    "offline_enabled": false,
    "content_security_policy": "script-src 'self'; default-src 'self' http:\/\/localhost:* https:\/\/localhost:* https:\/\/shft.cl\/ https:\/\/*.shft.cl\/; style-src 'self'; img-src data: 'self' http:\/\/localhost:* https:\/\/shft.cl\/ https:\/\/*.shft.cl\/;"
}