View Image Info (properties)

Get properties(including dimensions, URL, file size, file type info) of the image your cursor is pointing to via context menu.

View Image Info (properties) क्या है?

View Image Info (properties) extfan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get properties(including dimensions, URL, file size, file type info) of the image your cursor is pointing to via context menu."।

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

screenshot
screenshot

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

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

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

                        @updated on 2023/17
    *Add Option

@updated on 2023/3/6
    *UI redesign

@updated on 2016/10/15
    *minor bug fix

@updated on 2016/10/07
    *minor changes

@updated on 2011/01/02
    *if an image's scaled, scaled dimensions will be displayed

@updated on 2010/12/26
    *Font shadow removed

@updated on 2010/12/06
    *add an 'ALT' field
    *you could now press ESC key to close the popup window

@updated on 2010/11/23:
    *now getting info async, the info window will appear more quickly
    *can handle base64 data correctly


@updated on 2010/10/25:
    *To mac users, you could see the action now
    *Little change made to improve the file size info
    *The size of the popup window may look better now

Get information of the image your cursor is pointing to, including image dimensions, file size, url, file type and preview.

*Known Issue: Sometimes the file size can not be shown.                    

एक्सटेंशन की मूल जानकारी

नाम View Image Info (properties) View Image Info (properties)
ID jldjjifbpipdmligefcogandjojpdagn
आधिकारिक URL https://chromewebstore.google.com/detail/view-image-info-propertie/jldjjifbpipdmligefcogandjojpdagn
विवरण Get properties(including dimensions, URL, file size, file type info) of the image your cursor is pointing to via context menu.
फ़ाइल का आकार 35.01 KB
स्थापना संख्या 51,936
वर्तमान संस्करण 0.0.6
अंतिम अपडेट 2023-03-20
प्रकाशन तिथि 2016-10-15
रेटिंग 4.17/5 कुल 192 रेटिंग्स
डेवलपर extfan
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/ehaagwlke/View-Image-Info-Chrome
गोपनीयता नीति पृष्ठ URL https://www.freeprivacypolicy.com/live/1a989ad9-eb14-4e79-994b-1739426407b8
समर्थित भाषाएँ en,sr,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "0.0.6",
    "description": "__MSG_description__",
    "icons": {
        "16": "img\/icon-16.png",
        "32": "img\/icon-32.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "action": {
        "default_popup": "view\/popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/gia.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "storage",
        "tabs"
    ],
    "default_locale": "en",
    "background": {
        "service_worker": "js\/clk.js"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "manifest_version": 3
}