center images

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

Apa itu center images?

center images adalah ekstensi Chrome yang dikembangkan oleh Zach Sampieri, dan fitur utamanya adalah "Centers images on the page like Firefox does by default, instead of how chrome normally displays images (in the top left corner)".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi center images

Unduh file ekstensi center images dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama center images center images
ID lbfcpdidmiihcoejhnlgbehdgpjgampb
URL Resmi https://chromewebstore.google.com/detail/center-images/lbfcpdidmiihcoejhnlgbehdgpjgampb
Deskripsi Centers images on the page like Firefox does by default, instead of how chrome normally displays images (in the top left corner)
Ukuran File 12.76 KB
Jumlah Instalasi 144
Versi Saat Ini 1
Terakhir Diperbarui 2015-12-01
Tanggal Publikasi 2015-12-01
Penilaian 4.67/5 Total 6 Penilaian
Pengembang Zach Sampieri
Tipe Pembayaran free
Bahasa yang Didukung 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"
}