Image Size Check

Displays discrepancies in size between source and presentation.

Image Size Check क्या है?

Image Size Check weirdwater द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays discrepancies in size between source and presentation."।

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

screenshot
screenshot
screenshot

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

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

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

                        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
}