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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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