Tile View

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

Tile View là gì?

Tile View là một tiện ích mở rộng Chrome được phát triển bởi tknomad, và tính năng chính của nó là "An easy way to preview images to see if they tile seamlessly as a repeating background texture or wallpaper.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tile View

Tải xuống các tệp mở rộng Tile View dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tile View Tile View
ID ajcjkemninihecbgljahanflndoeggao
URL Chính Thức https://chromewebstore.google.com/detail/tile-view/ajcjkemninihecbgljahanflndoeggao
Mô tả An easy way to preview images to see if they tile seamlessly as a repeating background texture or wallpaper.
Kích Thước Tệp 83.89 KB
Số Lần Cài Đặt 672
Phiên Bản Hiện Tại 0.2.3
Cập Nhật Lần Cuối 2019-01-30
Ngày Phát Hành 2019-01-30
Đánh Giá 4.43/5 Tổng số 7 Đánh Giá
Nhà Phát Triển tknomad
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/specious/tileview
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}