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
公式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
Eメール [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"
    }
}