ImageQuilts

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

Τι είναι το ImageQuilts;

Το ImageQuilts είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Adam Schwartz, και η κύρια λειτουργία του είναι "ImageQuilts allows you to make "quilts" from images on your computer or anywhere on the web.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης ImageQuilts

Λήψη αρχείων επέκτασης ImageQuilts σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα ImageQuilts ImageQuilts
ID ceebcpbapdnfnkhfogkbhbgknhgnaoee
Επίσημο URL https://chromewebstore.google.com/detail/imagequilts/ceebcpbapdnfnkhfogkbhbgknhgnaoee
Περιγραφή ImageQuilts allows you to make "quilts" from images on your computer or anywhere on the web.
Μέγεθος Αρχείου 177 KB
Αριθμός Εγκαταστάσεων 2,572
Τρέχουσα Έκδοση 4.0.3
Τελευταία Ενημέρωση 2015-05-22
Ημερομηνία Δημοσίευσης 2015-05-22
Αξιολόγηση 3.28/5 Συνολικά 50 Αξιολογήσεις
Προγραμματιστής Adam Schwartz
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://adamschwartz.co
Διεύθυνση URL της Σελίδας Βοήθειας http://imagequilts.com
Υποστηριζόμενες Γλώσσες 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"
    }
}