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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            }
        }
    }
}