Fullwidth Image

Fullwidth Image plugin makes your image fit to screen.

Cos'è Fullwidth Image?

Fullwidth Image è un'estensione di Chrome sviluppata da Anwar H., e la sua funzione principale è "Fullwidth Image plugin makes your image fit to screen.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Fullwidth Image

Scarica i file di estensione Fullwidth Image in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Fullwidth Image plugin makes your image fit to screen. Basically it is developed for web designers who often view jpg version of their web templates in a browser. In most cases the images are wider than normal browser viewport or sometimes less wider. This plugin will help viewer to make opened image full width to current viewport.                    

Informazioni di Base sull'Estensione

Nome Fullwidth Image Fullwidth Image
ID binnhbjoemjhkfedljnobbghgfbfppam
URL Ufficiale https://chromewebstore.google.com/detail/fullwidth-image/binnhbjoemjhkfedljnobbghgfbfppam
Descrizione Fullwidth Image plugin makes your image fit to screen.
Dimensione del File 8.67 KB
Conteggio Installazioni 632
Versione Corrente 1.0
Ultimo Aggiornamento 2016-09-27
Data di Pubblicazione 2016-09-27
Valutazione 5.00/5 Totale 11 Valutazioni
Sviluppatore Anwar H.
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fullwidth Image",
    "description": "Fullwidth Image plugin makes your image fit to screen.",
    "version": "1.0",
    "manifest_version": 2,
    "homepage_url": "https:\/\/github.com\/getanwar\/fullwidth-image",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "action.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Fullwidth Image",
        "default_icon": "icon.png"
    }
}