ImageQuilts

ImageQuilts allows you to make "quilts" from images on your computer or anywhere on the web.

Was ist ImageQuilts?

ImageQuilts ist eine Chrome-Erweiterung, die von Adam Schwartz entwickelt wurde, und ihr Hauptmerkmal ist "ImageQuilts allows you to make "quilts" from images on your computer or anywhere on the web.".

Erweiterungsscreenshots

screenshot
screenshot

ImageQuilts-Erweiterungs-CRX-Datei herunterladen

Laden Sie ImageQuilts-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

                        IQ — ImageQuilts 4.0
– Create quilts from any page by clicking "IQ", the extension icon (which appears after installation).
– Export quilts with the "Download Quilt" button.
– Drag-and-drop images from your computer to an existing quilt.
– Drag-and-drop images to re-order.
– Align images flush left or along a central axis.
– Right-click (or control-click) to add images from any page.
– Precise scaling and zooming.

Visit the ImageQuilts site for more information:
http://imagequilts.com

Designed by Edward Tufte and Adam Schwartz                    

Grundlegende Informationen zur Erweiterung

Name ImageQuilts ImageQuilts
ID ceebcpbapdnfnkhfogkbhbgknhgnaoee
Offizielle URL https://chromewebstore.google.com/detail/imagequilts/ceebcpbapdnfnkhfogkbhbgknhgnaoee
Beschreibung ImageQuilts allows you to make "quilts" from images on your computer or anywhere on the web.
Dateigröße 177 KB
Installationsanzahl 2,572
Aktuelle Version 4.0.3
Letztes Update 2015-05-22
Veröffentlichungsdatum 2015-05-22
Bewertung 3.28/5 Insgesamt 50 Bewertungen
Entwickler Adam Schwartz
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://adamschwartz.co
Hilfeseite URL http://imagequilts.com
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ImageQuilts",
    "description": "ImageQuilts allows you to make \"quilts\" from images on your computer or anywhere on the web.",
    "version": "4.0.3",
    "permissions": [
        "",
        "contextMenus",
        "downloads",
        "tabs"
    ],
    "web_accessible_resources": [
        "js\/app.js",
        "js\/findImages.js",
        "css\/style.css",
        "fonts\/lato-lig-webfont.ttf",
        "fonts\/lato-reg-webfont.ttf"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/browser-action-icon19.png",
            "38": "icons\/browser-action-icon38.png"
        },
        "default_title": "ImageQuilts"
    }
}