Tile View

An easy way to preview images to see if they tile seamlessly as a repeating background texture or wallpaper.

Что такое Tile View?

Tile View - это расширение Chrome, разработанное tknomad, и его основная функция - "An easy way to preview images to see if they tile seamlessly as a repeating background texture or wallpaper.".

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

screenshot
screenshot

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

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

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

                        Excellent tool for web and graphic designers.

Right click an image, then click "Test wallpaper"

Features:

 - Slider to zoom image in preview
 - Convenient quick download button
 - Works on animated GIFs

Changelog:

0.2.3
 - Fixed issue with tiling images from URLs with certain problematic characters
0.2.2
 - View updates continuously with scale slider movement in latest browsers
0.2.1
 - Corrected "download" button click area
0.2
 - Added "download" button
 - Added slider to adjust scale of preview
0.1.1
 - Added support for data URI images                    

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

Название Tile View Tile View
ID ajcjkemninihecbgljahanflndoeggao
Официальный URL https://chromewebstore.google.com/detail/tile-view/ajcjkemninihecbgljahanflndoeggao
Описание An easy way to preview images to see if they tile seamlessly as a repeating background texture or wallpaper.
Размер файла 83.89 KB
Количество установок 672
Текущая Версия 0.2.3
Последнее Обновление 2019-01-30
Дата публикации 2019-01-30
Рейтинг 4.43/5 Всего 7 оценок
Разработчик tknomad
Тип оплаты free
Официальный сайт расширения https://github.com/specious/tileview
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tile View",
    "description": "An easy way to preview images to see if they tile seamlessly as a repeating background texture or wallpaper.",
    "version": "0.2.3",
    "author": "Ildar Sagdejev",
    "icons": {
        "16": "gfx\/icon-16.png",
        "48": "gfx\/icon-48.png",
        "128": "gfx\/icon-128.png"
    },
    "permissions": [
        "contextMenus",
        ""
    ],
    "background": {
        "scripts": [
            "init.js"
        ]
    }
}