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"
}