Image File Name Popup

Image file name popup.

Image File Name Popup क्या है?

Image File Name Popup macha द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Image file name popup."।

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

screenshot
screenshot

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

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

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

                        image file name popup.
Show pop-up when you place the cursor over the image.                    

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

नाम Image File Name Popup Image File Name Popup
ID ciifjhaiolekjnnekkbnnidegmmcjlca
आधिकारिक URL https://chromewebstore.google.com/detail/image-file-name-popup/ciifjhaiolekjnnekkbnnidegmmcjlca
विवरण Image file name popup.
फ़ाइल का आकार 90.51 KB
स्थापना संख्या 341
वर्तमान संस्करण 1.0
अंतिम अपडेट 2015-01-05
प्रकाशन तिथि 2015-01-05
रेटिंग 4.00/5 कुल 6 रेटिंग्स
डेवलपर macha
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "css\/style.css"
            ],
            "js": [
                "jquery.min.js",
                "script.js",
                "js\/TweenMax.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Image file name popup.",
    "name": "Image File Name Popup",
    "permissions": [
        "background",
        "tabs"
    ],
    "browser_action": {
        "default_icon": {
            "19": "pictos\/32.png",
            "38": "pictos\/128.png"
        },
        "default_title": "Img File Name Popup"
    },
    "background": {
        "scripts": [
            "background.js",
            "jquery.min.js"
        ]
    },
    "manifest_version": 2,
    "version": "1.0"
}