image under cursor

open the image under the cursor in a new tab, even if the website doesn’t want you to

image under cursor là gì?

image under cursor là một tiện ích mở rộng Chrome được phát triển bởi https://becca.ooo, và tính năng chính của nó là "open the image under the cursor in a new tab, even if the website doesn’t want you to".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng image under cursor

Tải xuống các tệp mở rộng image under cursor 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

                        ever been annoyed that a website’s interactive photo viewer, magnifying glass, or other mystery features don’t let you save their images? “image under cursor” allows you to right click and attempt to open the image under the cursor in a new tab!

screenshots show but a small portion of the images you can save…                    

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

Tên image under cursor image under cursor
ID jbghooeaijbjkficllpgejgpaglkjfok
URL Chính Thức https://chromewebstore.google.com/detail/image-under-cursor/jbghooeaijbjkficllpgejgpaglkjfok
Mô tả open the image under the cursor in a new tab, even if the website doesn’t want you to
Kích Thước Tệp 8.59 KB
Số Lần Cài Đặt 64
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2018-06-08
Ngày Phát Hành 2018-06-07
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://becca.ooo
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "image under cursor",
    "short_name": "image under cursor",
    "version": "1.2.0",
    "minimum_chrome_version": "49",
    "manifest_version": 2,
    "description": "open the image under the cursor in a new tab, even if the website doesn\u2019t want you to",
    "icons": {
        "16": "icon_16.png",
        "32": "icon_32.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "image-under-cursor.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "bg.js"
        ]
    }
}