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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
    }
}