8chan Image expander

Expands images on 8chanX when hovered on.

Что такое 8chan Image expander?

8chan Image expander - это расширение Chrome, разработанное calza27, и его основная функция - "Expands images on 8chanX when hovered on.".

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

screenshot

Скачать файл CRX расширения 8chan Image expander

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

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

                        This extension will expand images on 8chan when they're moused over. Works with all picture types, and webms.

Images will be displayed at their natural resolution, and if their wider than 960 pixels, the image will be scaled back to a width of 960px accordingly. Same for the height, but it will be scaled back to 810px.

Webms will be displayed at 960 X 540, half the resolution of 1920X 1080.

===== Version History =====
v1.4.0 - 8chan Image Expander released
       -Expands images and webms on hover

v1.4.5 - Added in pictures moving in right hand side of screen with cursor movement

v1.4.7 - Images now appear in the top right hand corner of browser window
       - Removed cursor tracing

If there are any issues feel free to email me at [email protected]                    

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

Название 8chan Image expander 8chan Image expander
ID eppjgiadijagdghkdfgjcpkmmjhdcnll
Официальный URL https://chrome.google.com/webstore/detail/8chan-image-expander/eppjgiadijagdghkdfgjcpkmmjhdcnll
Описание Expands images on 8chanX when hovered on.
Размер файла 122 KB
Количество установок 158
Текущая Версия 1.4.7
Последнее Обновление 2014-09-23
Дата публикации 2014-09-23
Рейтинг 3.67/5 Всего 6 оценок
Разработчик calza27
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "8chan Image expander",
    "version": "1.4.7",
    "description": "Expands images on 8chanX when hovered on.",
    "manifest_version": 2,
    "content_scripts": [
        {
            "js": [
                "jquery-1.11.1.js",
                "script.js"
            ],
            "css": [
                "style.css"
            ],
            "matches": [
                "*:\/\/8chan.co\/*"
            ]
        }
    ],
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    }
}