ImageQuilts

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

ImageQuilts क्या है?

ImageQuilts Adam Schwartz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "ImageQuilts allows you to make "quilts" from images on your computer or anywhere on the web."।

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

screenshot
screenshot

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

crx प्रारूप में ImageQuilts एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}