Full Width Image

Constrain a single image in your browser to be full width. Useful for implementing design mocks.

Τι είναι το Full Width Image;

Το Full Width Image είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον benwigley, και η κύρια λειτουργία του είναι "Constrain a single image in your browser to be full width. Useful for implementing design mocks.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Full Width Image

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

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

                        Important: This will only affect actual images opened in Chrome, not images in a web page.

Step 1: Open the extensions page and check "Allow access to file URLs".
Step 2: Open an image from your computer in Chrome.
Step 3: Click the Full Width Image extension.

Done, your image is now the full width of the browser window.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Full Width Image Full Width Image
ID cgmaeamcgkeplffocalahmnlembaicfe
Επίσημο URL https://chromewebstore.google.com/detail/full-width-image/cgmaeamcgkeplffocalahmnlembaicfe
Περιγραφή Constrain a single image in your browser to be full width. Useful for implementing design mocks.
Μέγεθος Αρχείου 44.76 KB
Αριθμός Εγκαταστάσεων 146
Τρέχουσα Έκδοση 0.0.2
Τελευταία Ενημέρωση 2015-09-27
Ημερομηνία Δημοσίευσης 2015-09-27
Αξιολόγηση 3.67/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής benwigley
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Full Width Image",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Constrain a single image in your browser to be full width. Useful for implementing design mocks.",
    "browser_action": {
        "default_icon": {
            "19": "icons\/19x19_gray.png",
            "38": "icons\/38x38_gray.png",
            "48": "icons\/48x48_gray.png",
            "128": "icons\/128x128_gray.png"
        },
        "default_title": "Full Width Image"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    }
}