in5 Animated GIF Maker

The in5 Animated GIF Maker lets you create animated GIFs (and videos) using Adobe InDesign. Take advantage of InDesign's…

in5 Animated GIF Makerคืออะไร?

in5 Animated GIF Maker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ajarproductions.com และคุณลักษณะหลักของมันคือ "The in5 Animated GIF Maker lets you create animated GIFs (and videos) using Adobe InDesign. Take advantage of InDesign's…"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย in5 Animated GIF Maker

ดาวน์โหลดไฟล์ส่วนขยาย in5 Animated GIF Maker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The in5 Animated GIF Maker lets you create animated GIFs (and videos) using Adobe InDesign.

Take advantage of InDesign's easy-to-use Animation and Timing tools to create animated images for social media (Facebook, Linkedin, Twitter) and email newsletters.

The GIF Maker is free to use, but a license is required for in5. More info: http://in5.ajar.pro

Note: GIFs only support 256 colors, and in an animated GIF that color palette is shared across all of the frames. So photographic images will look grainy (and they do in all GIFs).

v2 now supports recording of images and adds built-in optimization.

v3 lets you export video so that you can open in Photoshop and get precious control of your colors before exporting to an animated GIF from there.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ in5 Animated GIF Maker in5 Animated GIF Maker
ID dldadkjlkldanpbaicclkikgkgpgpflj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/in5-animated-gif-maker/dldadkjlkldanpbaicclkikgkgpgpflj
คำอธิบาย The in5 Animated GIF Maker lets you create animated GIFs (and videos) using Adobe InDesign. Take advantage of InDesign's…
ขนาดไฟล์ 8.85 MB
จำนวนการติดตั้ง 2,099
เวอร์ชันปัจจุบัน 3.0.2
อัปเดตครั้งล่าสุด 2023-03-27
วันที่เผยแพร่ 2020-05-11
คะแนน 2.22/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา https://ajarproductions.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://ajarproductions.com/pages/products/in5/support.php
URL หน้านโยบายความเป็นส่วนตัว https://ajarproductions.com/legal
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "in5 Animated GIF Maker",
    "version": "3.0.2",
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "activeTab",
        "tabCapture",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/logo16.png",
        "32": "img\/logo32.png",
        "48": "img\/logo48.png",
        "128": "img\/logo128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "lib\/trigger.js",
                "lib\/listeners.js",
                "lib\/scaleMode.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+I",
                "mac": "Command+Shift+I"
            }
        }
    }
}