Right Clicking - Views Image

Adds an option to 'View image' to the right click context menu on an image

Right Clicking - Views Imageคืออะไร?

Right Clicking - Views Image เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Micha และคุณลักษณะหลักของมันคือ "Adds an option to 'View image' to the right click context menu on an image"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Right Clicking - Views Image

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

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

                        Adds an option to 'View image' to the right click context menu on an image. This will replace the current web page with just the image in its original size.                    

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

ชื่อ Right Clicking - Views Image Right Clicking - Views Image
ID okhokdliaadpclhhjdjdakibeajdcade
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/right-clicking-views-imag/okhokdliaadpclhhjdjdakibeajdcade
คำอธิบาย Adds an option to 'View image' to the right click context menu on an image
ขนาดไฟล์ 10.31 KB
จำนวนการติดตั้ง 117
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2022-05-23
วันที่เผยแพร่ 2022-05-23
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Micha
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Right Clicking - Views Image",
    "description": "Adds an option to 'View image' to the right click context menu on an image",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "bg.js"
    },
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}