Dribbble Shot Zoom

See the full size shot without opening it

Was ist Dribbble Shot Zoom?

Dribbble Shot Zoom ist eine Chrome-Erweiterung, die von Zviad Sichinava entwickelt wurde, und ihr Hauptmerkmal ist "See the full size shot without opening it".

Erweiterungsscreenshots

screenshot
screenshot

Dribbble Shot Zoom-Erweiterungs-CRX-Datei herunterladen

Laden Sie Dribbble Shot Zoom-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Dribbble Shot Zoom Dribbble Shot Zoom
ID igiifcpbjbgiblknodjjnphaggmnbpji
Offizielle URL https://chrome.google.com/webstore/detail/dribbble-shot-zoom/igiifcpbjbgiblknodjjnphaggmnbpji
Beschreibung See the full size shot without opening it
Dateigröße 279 KB
Installationsanzahl 116
Aktuelle Version 1
Letztes Update 2017-01-22
Veröffentlichungsdatum 2017-01-22
Bewertung 5.00/5 Insgesamt 7 Bewertungen
Entwickler Zviad Sichinava
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}