Dribbble Shot Zoom

See the full size shot without opening it

Τι είναι το Dribbble Shot Zoom;

Το Dribbble Shot Zoom είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Zviad Sichinava, και η κύρια λειτουργία του είναι "See the full size shot without opening it".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Dribbble Shot Zoom

Λήψη αρχείων επέκτασης Dribbble Shot Zoom σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
            ]
        }
    ]
}