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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An easy way to preview images to see if they tile seamlessly as a repeating background texture or wallpaper."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Tile View एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
        ]
    }
}