ImageQuilts

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

什麼是ImageQuilts?

ImageQuilts是由Adam Schwartz開發的Chrome擴展程式,該擴展的主要功能是“ImageQuilts allows you to make "quilts" from images on your computer or anywhere on the web.”。

擴展截圖

screenshot
screenshot

下載ImageQuilts擴展crx文件

下載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
官方網址 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"
    }
}