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 là gì?

center images là một tiện ích mở rộng Chrome được phát triển bởi Zach Sampieri, và tính năng chính của nó là "Centers images on the page like Firefox does by default, instead of how chrome normally displays images (in the top left corner)".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng center images

Tải xuống các tệp mở rộng center images dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên center images center images
ID lbfcpdidmiihcoejhnlgbehdgpjgampb
URL Chính Thức https://chromewebstore.google.com/detail/center-images/lbfcpdidmiihcoejhnlgbehdgpjgampb
Mô tả Centers images on the page like Firefox does by default, instead of how chrome normally displays images (in the top left corner)
Kích Thước Tệp 12.76 KB
Số Lần Cài Đặt 144
Phiên Bản Hiện Tại 1
Cập Nhật Lần Cuối 2015-12-01
Ngày Phát Hành 2015-12-01
Đánh Giá 4.67/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Zach Sampieri
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}