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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}