Tile View

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

Qu'est-ce que Tile View ?

Tile View est une extension Chrome développée par tknomad, et sa fonction principale est "An easy way to preview images to see if they tile seamlessly as a repeating background texture or wallpaper.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Tile View

Téléchargez les fichiers d'extension Tile View au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Tile View Tile View
ID ajcjkemninihecbgljahanflndoeggao
URL Officiel https://chromewebstore.google.com/detail/tile-view/ajcjkemninihecbgljahanflndoeggao
Description An easy way to preview images to see if they tile seamlessly as a repeating background texture or wallpaper.
Taille du Fichier 83.89 KB
Nombre d'Installations 672
Version Actuelle 0.2.3
Dernière Mise à Jour 2019-01-30
Date de Publication 2019-01-30
Évaluation 4.43/5 Total 7 Évaluations
Développeur tknomad
Type de Paiement free
Site Web de l'Extension https://github.com/specious/tileview
Langues Prises en Charge 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"
        ]
    }
}