Image Size Check

Displays discrepancies in size between source and presentation.

Τι είναι το Image Size Check;

Το Image Size Check είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον weirdwater, και η κύρια λειτουργία του είναι "Displays discrepancies in size between source and presentation.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Image Size Check

Λήψη αρχείων επέκτασης Image Size Check σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        See what images aren't the right size in an instant!

Image Size Check shows if displayed images match the width and height of the image source. If the width and height of an image are the same all borders will be green. If the width, or height, is off the extension will mark that dimension with a color.

- Green: Image and Source height/width are exactly the same size.
- Yellow: Image width or height is displayed larger than the source is.
- Red: Image width or height is displayed smaller than the source is.

The extension handles the height and width separate from each other. If the width is displayed correctly, but the height is smaller than that of the source, the extension will only mark the horizontal borders red. The horizontal borders will stay green.

To see what the image's true size is you simply click the image. An overlay will appear of the image showing the difference between source and displayed size.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Image Size Check Image Size Check
ID ladmjfmdefajlebeacdjmgibboanfepi
Επίσημο URL https://chromewebstore.google.com/detail/image-size-check/ladmjfmdefajlebeacdjmgibboanfepi
Περιγραφή Displays discrepancies in size between source and presentation.
Μέγεθος Αρχείου 6.51 KB
Αριθμός Εγκαταστάσεων 4,572
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2017-01-10
Ημερομηνία Δημοσίευσης 2017-01-09
Αξιολόγηση 4.17/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής weirdwater
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/weirdwater/img-check
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/weirdwater/img-check/issues
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Image Size Check",
    "description": "Displays discrepancies in size between source and presentation.",
    "version": "1.0.0",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Check image sizes"
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "assets\/img-check_16.png",
        "48": "assets\/img-check_48.png",
        "128": "assets\/img-check_128.png"
    },
    "manifest_version": 2
}