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是由https://ajarproductions.com開發的Chrome擴展程式,該擴展的主要功能是“The in5 Animated GIF Maker lets you create animated GIFs (and videos) using Adobe InDesign. Take advantage of InDesign's…”。

擴展截圖

screenshot

下載in5 Animated GIF Maker擴展crx文件

下載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
官方網址 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"
            }
        }
    }
}