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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tknomad และคุณลักษณะหลักของมันคือ "An easy way to preview images to see if they tile seamlessly as a repeating background texture or wallpaper."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tile View

ดาวน์โหลดไฟล์ส่วนขยาย 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"
        ]
    }
}