ImageQuilts

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

ImageQuilts là gì?

ImageQuilts là một tiện ích mở rộng Chrome được phát triển bởi Adam Schwartz, và tính năng chính của nó là "ImageQuilts allows you to make "quilts" from images on your computer or anywhere on the web.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ImageQuilts

Tải xuống các tệp mở rộng ImageQuilts dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ImageQuilts ImageQuilts
ID ceebcpbapdnfnkhfogkbhbgknhgnaoee
URL Chính Thức https://chromewebstore.google.com/detail/imagequilts/ceebcpbapdnfnkhfogkbhbgknhgnaoee
Mô tả ImageQuilts allows you to make "quilts" from images on your computer or anywhere on the web.
Kích Thước Tệp 177 KB
Số Lần Cài Đặt 2,572
Phiên Bản Hiện Tại 4.0.3
Cập Nhật Lần Cuối 2015-05-22
Ngày Phát Hành 2015-05-22
Đánh Giá 3.28/5 Tổng số 50 Đánh Giá
Nhà Phát Triển Adam Schwartz
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://adamschwartz.co
URL Trang Trợ Giúp http://imagequilts.com
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}