Send to Exif Viewer

This extension adds an element to the contextual menu to open images in a metadata (EXIF) viewer.

Send to Exif Viewerคืออะไร?

Send to Exif Viewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย José Tomás Tocino และคุณลักษณะหลักของมันคือ "This extension adds an element to the contextual menu to open images in a metadata (EXIF) viewer."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Send to Exif Viewer

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

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

                        Do you like checking the EXIF information of the images you find on the Internet? 

This extension will add an additional item to the context menu of the images which will open a new tab with the image in a metadata viewer.

Piece of cake! It can't be any easier.                    

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

ชื่อ Send to Exif Viewer Send to Exif Viewer
ID gogiienhpamfmodmlnhdljokkjiapfck
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/send-to-exif-viewer/gogiienhpamfmodmlnhdljokkjiapfck
คำอธิบาย This extension adds an element to the contextual menu to open images in a metadata (EXIF) viewer.
ขนาดไฟล์ 323 KB
จำนวนการติดตั้ง 7,345
เวอร์ชันปัจจุบัน 2.1
อัปเดตครั้งล่าสุด 2022-01-13
วันที่เผยแพร่ 2017-01-15
คะแนน 4.15/5 รวมทั้งหมด 46 คะแนน
ผู้พัฒนา José Tomás Tocino
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Send to Exif Viewer",
    "description": "This extension adds an element to the contextual menu to open images in a metadata (EXIF) viewer.",
    "version": "2.1",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "background": {
        "scripts": [
            "send-to-exif-viewer.js"
        ]
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}