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
官方網址 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"
        ]
    }
}