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