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คืออะไร?

image under cursor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://becca.ooo และคุณลักษณะหลักของมันคือ "open the image under the cursor in a new tab, even if the website doesn’t want you to"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย image under cursor

ดาวน์โหลดไฟล์ส่วนขยาย image under cursor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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…                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ image under cursor image under cursor
ID jbghooeaijbjkficllpgejgpaglkjfok
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/image-under-cursor/jbghooeaijbjkficllpgejgpaglkjfok
คำอธิบาย open the image under the cursor in a new tab, even if the website doesn’t want you to
ขนาดไฟล์ 8.59 KB
จำนวนการติดตั้ง 64
เวอร์ชันปัจจุบัน 1.2.0
อัปเดตครั้งล่าสุด 2018-06-08
วันที่เผยแพร่ 2018-06-07
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://becca.ooo
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
        ]
    }
}