Full Width Image

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

Wat is Full Width Image?

Full Width Image is een Chrome-extensie ontwikkeld door benwigley, en de belangrijkste functie is "Constrain a single image in your browser to be full width. Useful for implementing design mocks.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Full Width Image

Download Full Width Image-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Full Width Image Full Width Image
ID cgmaeamcgkeplffocalahmnlembaicfe
Officiële URL https://chromewebstore.google.com/detail/full-width-image/cgmaeamcgkeplffocalahmnlembaicfe
Beschrijving Constrain a single image in your browser to be full width. Useful for implementing design mocks.
Bestandsgrootte 44.76 KB
Aantal Installaties 146
Huidige Versie 0.0.2
Laatst Bijgewerkt 2015-09-27
Publicatiedatum 2015-09-27
Beoordeling 3.67/5 Totaal 3 Beoordelingen
Ontwikkelaar benwigley
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        ]
    }
}