Capture to a Gif

Record content of pages to an animated gif picture from browser

Capture to a Gifคืออะไร?

Capture to a Gif เป็นส่วนขยายของ Chrome ที่พัฒนาโดย NoneGame และคุณลักษณะหลักของมันคือ "Record content of pages to an animated gif picture from browser"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Capture to a Gif

ดาวน์โหลดไฟล์ส่วนขยาย Capture to a Gif ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        It is a little tool which can help you to record animations , videos and everything else on your browser page to an animated gif picture.

Its operation is very simple. After starting the extension, you only need to move the mouse on the page and click to accurately select the element you want to record, or you can select any area by dragging the mouse. At the same time, the corresponding operations in the recording process have shortcut keys that can be used, and the shortcut keys support customization.

After the recording is over, the page that generates the gif animation will automatically open, and you will see the generated gif image on this page. The best part is that you can also adjust the relevant parameters to regenerate. The adjustable parameters are: FPS, quality, width, and height. The default parameter values ​​can be configured on the option page.

This extension does not have any charged content, and there are no restrictions on the length of time, FPS, etc.

In addition to recording as a gif animation, we also provide a function of capturing as a png image for your convenience.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Capture to a Gif Capture to a Gif
ID eapecadlmfblmnfnojebefkbginhggeh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/capture-to-a-gif/eapecadlmfblmnfnojebefkbginhggeh
คำอธิบาย Record content of pages to an animated gif picture from browser
ขนาดไฟล์ 865 KB
จำนวนการติดตั้ง 56,419
เวอร์ชันปัจจุบัน 0.2.10
อัปเดตครั้งล่าสุด 2021-07-16
วันที่เผยแพร่ 2020-06-06
คะแนน 3.38/5 รวมทั้งหมด 139 คะแนน
ผู้พัฒนา NoneGame
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ de,en,fr,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "Gif Recorder",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "0.2.10",
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "storage",
        "tabCapture"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+C",
                "windows": "Ctrl+Shift+A",
                "mac": "MacCtrl+Shift+C"
            }
        }
    },
    "icons": {
        "16": "images\/Capture-Gif-16x16.png",
        "48": "images\/Capture-Gif-48x48.png",
        "128": "images\/Capture-Gif-128x128.png"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "images\/Capture-Gif.png"
    },
    "background": {
        "scripts": [
            "libs\/google-analytics.js",
            "js\/background.js"
        ],
        "persistent": true
    }
}