Chrome Image Uncenterer

Un-centers the image viewer introduced in Chrome 56.0+

Что такое Chrome Image Uncenterer?

Chrome Image Uncenterer - это расширение Chrome, разработанное union.io, и его основная функция - "Un-centers the image viewer introduced in Chrome 56.0+".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Chrome Image Uncenterer

Скачайте файлы расширений Chrome Image Uncenterer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This is a tiny extension that reverts Chrome’s image viewer back to how it was before Chrome 56: No more stupid black background and centered image.

Update for version 0.0.2:
- Local files now work
- All image files should work, regardless of file extension                    

Основная информация о расширении

Название Chrome Image Uncenterer Chrome Image Uncenterer
ID olobjnglnkpmiljkdlghinhnjcdoeicl
Официальный URL https://chromewebstore.google.com/detail/chrome-image-uncenterer/olobjnglnkpmiljkdlghinhnjcdoeicl
Описание Un-centers the image viewer introduced in Chrome 56.0+
Размер файла 18.08 KB
Количество установок 10,935
Текущая Версия 0.0.2
Последнее Обновление 2017-02-11
Дата публикации 2017-02-10
Рейтинг 4.28/5 Всего 43 оценок
Разработчик union.io
Тип оплаты free
Официальный сайт расширения https://github.com/i-a-n/chrome-image-uncenterer
URL страницы помощи https://github.com/i-a-n/chrome-image-uncenterer
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome Image Uncenterer",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Un-centers the image viewer introduced in Chrome 56.0+",
    "homepage_url": "http:\/\/github.com\/i-a-n\/chrome-image-uncenterer",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "src\/inject\/inject.css"
            ],
            "run_at": "document_end"
        }
    ]
}