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によって開発されたChromeの拡張機能で、その主な機能は「Capture visible content of a tab, desktop screen, or selected application window as a animated GIF image.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Animated Gif Capture拡張機能のCRXファイルをダウンロード

Animated Gif Capture拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}