Animated Gif Capture

Capture visible content of a tab, desktop screen, or selected application window as a animated GIF image.

Animated Gif Capture क्या है?

Animated Gif Capture https://demouth.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Capture visible content of a tab, desktop screen, or selected application window as a animated GIF image."।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Animated Gif Capture एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        The Animated Gif Capture Chrome extension helps you convert screen capture to animated GIF image.
Capture visible content of a tab, desktop screen, or selected  application window as a animated GIF image. 

Features.
- Adds a browser action to capture the screen.
- Configurable through an options page.

How it works :
- Click on the extension icon to start the capture.
- Capture begins, the shape of the extension icon will change. Remaining time of recording is displayed on the icon.
- Capture is complete, the conversion process to the animated GIF will begin. Time remaining is displayed in the icon as well.
- Conversion of the animated GIF is finished, the image will be downloaded automatically.
- Settings for the recordings, can be modified using your right mouse button over the extension icon and choosing "Options”.
- How to use is listed in the options page. 


Contact Us: http://demouth.net/
Github: https://github.com/demouth/AnimatedGifCapture                    

एक्सटेंशन की मूल जानकारी

नाम Animated Gif Capture Animated Gif Capture
ID aecmckhhfknljgicfkpbinfkpnijehcm
आधिकारिक URL https://chromewebstore.google.com/detail/animated-gif-capture/aecmckhhfknljgicfkpbinfkpnijehcm
विवरण Capture visible content of a tab, desktop screen, or selected application window as a animated GIF image.
फ़ाइल का आकार 1.53 MB
स्थापना संख्या 5,994
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2021-10-30
प्रकाशन तिथि 2014-05-11
रेटिंग 2.14/5 कुल 114 रेटिंग्स
डेवलपर https://demouth.net
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "1.0.2",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icon\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/init.js"
            ]
        }
    ],
    "options_page": "options\/options.html",
    "permissions": [
        "storage",
        "http:\/\/*\/",
        "",
        "desktopCapture",
        "tabCapture"
    ],
    "icons": {
        "16": "icon\/icon_16.png",
        "19": "icon\/icon.png",
        "32": "icon\/icon_32.png",
        "48": "icon\/icon_48.png",
        "128": "icon\/icon_128.png"
    },
    "background": {
        "page": "background\/init.html"
    }
}