Fullwidth Image

Fullwidth Image plugin makes your image fit to screen.

Что такое Fullwidth Image?

Fullwidth Image - это расширение Chrome, разработанное Anwar H., и его основная функция - "Fullwidth Image plugin makes your image fit to screen.".

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

screenshot
screenshot
screenshot

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

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

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

                        Fullwidth Image plugin makes your image fit to screen. Basically it is developed for web designers who often view jpg version of their web templates in a browser. In most cases the images are wider than normal browser viewport or sometimes less wider. This plugin will help viewer to make opened image full width to current viewport.                    

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

Название Fullwidth Image Fullwidth Image
ID binnhbjoemjhkfedljnobbghgfbfppam
Официальный URL https://chromewebstore.google.com/detail/fullwidth-image/binnhbjoemjhkfedljnobbghgfbfppam
Описание Fullwidth Image plugin makes your image fit to screen.
Размер файла 8.67 KB
Количество установок 632
Текущая Версия 1.0
Последнее Обновление 2016-09-27
Дата публикации 2016-09-27
Рейтинг 5.00/5 Всего 11 оценок
Разработчик Anwar H.
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fullwidth Image",
    "description": "Fullwidth Image plugin makes your image fit to screen.",
    "version": "1.0",
    "manifest_version": 2,
    "homepage_url": "https:\/\/github.com\/getanwar\/fullwidth-image",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "action.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Fullwidth Image",
        "default_icon": "icon.png"
    }
}