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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}