Dribbble Shot Zoom

See the full size shot without opening it

Dribbble Shot Zoom क्या है?

Dribbble Shot Zoom Zviad Sichinava द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "See the full size shot without opening it"।

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

screenshot
screenshot

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

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

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

                        See the full-size Dribbble shot without opening it. Please don`t misuse the extension - If you like the shot click the ❤ button from home screen.                    

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

नाम Dribbble Shot Zoom Dribbble Shot Zoom
ID igiifcpbjbgiblknodjjnphaggmnbpji
आधिकारिक URL https://chrome.google.com/webstore/detail/dribbble-shot-zoom/igiifcpbjbgiblknodjjnphaggmnbpji
विवरण See the full size shot without opening it
फ़ाइल का आकार 279 KB
स्थापना संख्या 116
वर्तमान संस्करण 1
अंतिम अपडेट 2017-01-22
प्रकाशन तिथि 2017-01-22
रेटिंग 5.00/5 कुल 7 रेटिंग्स
डेवलपर Zviad Sichinava
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dribbble Shot Zoom",
    "author": "Zviad Sichinava",
    "description": "See the full size shot without opening it",
    "version": "1",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "icons": {
        "16": "icons\/extension\/16x16.png",
        "48": "icons\/extension\/48x48.png",
        "128": "icons\/extension\/128x128.png"
    },
    "web_accessible_resources": [
        "loading.gif",
        "icons\/web\/icon-off.svg",
        "icons\/web\/icon-lg.svg",
        "icons\/web\/icon-sm.svg"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/dribbble.com\/*",
                "http:\/\/dribbble.com\/*"
            ],
            "js": [
                "jquery-3.1.1.slim.min.js",
                "main.js"
            ],
            "css": [
                "main.css"
            ]
        }
    ]
}