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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The in5 Animated GIF Maker lets you create animated GIFs (and videos) using Adobe InDesign. Take advantage of InDesign's…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में in5 Animated GIF Maker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            }
        }
    }
}