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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 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 ของส่วนขยาย Animated Gif Capture

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}