center images

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

Τι είναι το center images;

Το center images είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Zach Sampieri, και η κύρια λειτουργία του είναι "Centers images on the page like Firefox does by default, instead of how chrome normally displays images (in the top left corner)".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης center images

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

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

                        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.                    

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

Όνομα center images center images
ID lbfcpdidmiihcoejhnlgbehdgpjgampb
Επίσημο URL https://chromewebstore.google.com/detail/center-images/lbfcpdidmiihcoejhnlgbehdgpjgampb
Περιγραφή Centers images on the page like Firefox does by default, instead of how chrome normally displays images (in the top left corner)
Μέγεθος Αρχείου 12.76 KB
Αριθμός Εγκαταστάσεων 144
Τρέχουσα Έκδοση 1
Τελευταία Ενημέρωση 2015-12-01
Ημερομηνία Δημοσίευσης 2015-12-01
Αξιολόγηση 4.67/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής Zach Sampieri
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
}