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是由tknomad开发的Chrome扩展程序,该扩展的主要功能是“An easy way to preview images to see if they tile seamlessly as a repeating background texture or wallpaper.”。

扩展截图

screenshot
screenshot

下载Tile View扩展crx文件

下载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"
        ]
    }
}