center images

Centers images on the page like Firefox does by default, instead of how chrome normally displays images (in the top left corner)

Qu'est-ce que center images ?

center images est une extension Chrome développée par Zach Sampieri, et sa fonction principale est "Centers images on the page like Firefox does by default, instead of how chrome normally displays images (in the top left corner)".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension center images

Téléchargez les fichiers d'extension center images 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

                        This extension centers an image on the page when viewing a url of an image. If the page ends in a .jpg, .jpeg, .gif, or .png, the image will be centered on the page and the background will be changed to black instead of white. Unlike other similar extensions, this extension also works when viewing files stored on your local hard drive.                    

Informations de Base sur l'Extension

Nom center images center images
ID lbfcpdidmiihcoejhnlgbehdgpjgampb
URL Officiel https://chromewebstore.google.com/detail/center-images/lbfcpdidmiihcoejhnlgbehdgpjgampb
Description Centers images on the page like Firefox does by default, instead of how chrome normally displays images (in the top left corner)
Taille du Fichier 12.76 KB
Nombre d'Installations 144
Version Actuelle 1
Dernière Mise à Jour 2015-12-01
Date de Publication 2015-12-01
Évaluation 4.67/5 Total 6 Évaluations
Développeur Zach Sampieri
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "doit.js"
            ]
        }
    ],
    "description": "Centers images on the page like Firefox does by default, instead of how chrome normally displays images (in the top left corner)",
    "name": "center images",
    "permissions": [
        "tabs",
        ""
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "version": "1"
}