Tile View

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

O que é Tile View?

Tile View é uma extensão do Chrome desenvolvida por tknomad, e sua principal característica é "An easy way to preview images to see if they tile seamlessly as a repeating background texture or wallpaper.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Tile View

Baixe arquivos de extensão Tile View no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Tile View Tile View
ID ajcjkemninihecbgljahanflndoeggao
URL Oficial https://chromewebstore.google.com/detail/tile-view/ajcjkemninihecbgljahanflndoeggao
Descrição An easy way to preview images to see if they tile seamlessly as a repeating background texture or wallpaper.
Tamanho do Arquivo 83.89 KB
Contagem de Instalações 672
Versão Atual 0.2.3
Última Atualização 2019-01-30
Data de Publicação 2019-01-30
Classificação 4.43/5 Total de 7 Avaliações
Desenvolvedor tknomad
Tipo de Pagamento free
Site da Extensão https://github.com/specious/tileview
Idiomas Suportados 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"
        ]
    }
}