Animated Gif Capture

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

Wat is Animated Gif Capture?

Animated Gif Capture is een Chrome-extensie ontwikkeld door https://demouth.net, en de belangrijkste functie is "Capture visible content of a tab, desktop screen, or selected application window as a animated GIF image.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Animated Gif Capture

Download Animated Gif Capture-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Animated Gif Capture Animated Gif Capture
ID aecmckhhfknljgicfkpbinfkpnijehcm
Officiële URL https://chromewebstore.google.com/detail/animated-gif-capture/aecmckhhfknljgicfkpbinfkpnijehcm
Beschrijving Capture visible content of a tab, desktop screen, or selected application window as a animated GIF image.
Bestandsgrootte 1.53 MB
Aantal Installaties 5,994
Huidige Versie 1.0.2
Laatst Bijgewerkt 2021-10-30
Publicatiedatum 2014-05-11
Beoordeling 2.14/5 Totaal 114 Beoordelingen
Ontwikkelaar https://demouth.net
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}