Tile View

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

Was ist Tile View?

Tile View ist eine Chrome-Erweiterung, die von tknomad entwickelt wurde, und ihr Hauptmerkmal ist "An easy way to preview images to see if they tile seamlessly as a repeating background texture or wallpaper.".

Erweiterungsscreenshots

screenshot
screenshot

Tile View-Erweiterungs-CRX-Datei herunterladen

Laden Sie Tile View-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Tile View Tile View
ID ajcjkemninihecbgljahanflndoeggao
Offizielle URL https://chromewebstore.google.com/detail/tile-view/ajcjkemninihecbgljahanflndoeggao
Beschreibung An easy way to preview images to see if they tile seamlessly as a repeating background texture or wallpaper.
Dateigröße 83.89 KB
Installationsanzahl 672
Aktuelle Version 0.2.3
Letztes Update 2019-01-30
Veröffentlichungsdatum 2019-01-30
Bewertung 4.43/5 Insgesamt 7 Bewertungen
Entwickler tknomad
Zahlungsart free
Erweiterungswebsite https://github.com/specious/tileview
Unterstützte Sprachen 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"
        ]
    }
}