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