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 José Tomás Tocino द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension adds an element to the contextual menu to open images in a metadata (EXIF) viewer."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Send to Exif Viewer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}