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