Fullwidth Image

Fullwidth Image plugin makes your image fit to screen.

Qu'est-ce que Fullwidth Image ?

Fullwidth Image est une extension Chrome développée par Anwar H., et sa fonction principale est "Fullwidth Image plugin makes your image fit to screen.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Fullwidth Image

Téléchargez les fichiers d'extension Fullwidth Image au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Fullwidth Image Fullwidth Image
ID binnhbjoemjhkfedljnobbghgfbfppam
URL Officiel https://chromewebstore.google.com/detail/fullwidth-image/binnhbjoemjhkfedljnobbghgfbfppam
Description Fullwidth Image plugin makes your image fit to screen.
Taille du Fichier 8.67 KB
Nombre d'Installations 632
Version Actuelle 1.0
Dernière Mise à Jour 2016-09-27
Date de Publication 2016-09-27
Évaluation 5.00/5 Total 11 Évaluations
Développeur Anwar H.
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}