Gif Frames

Extract frame images from animated GIFs

Gif Frames là gì?

Gif Frames là một tiện ích mở rộng Chrome được phát triển bởi Cheng, và tính năng chính của nó là "Extract frame images from animated GIFs".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Gif Frames

Tải xuống các tệp mở rộng Gif Frames dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        This is a chrome extension for extract frame images from animated GIFs. Please note that this extension doesn't work on some websites that protect their content.

Super easy to use:
1. Right click on a gif image on a page in Chrome.
2. Select "Show GIF frames".
3. Enjoy!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Gif Frames Gif Frames
ID khkbfocobajjjkojjgpmnhdgbmlnlnef
URL Chính Thức https://chromewebstore.google.com/detail/gif-frames/khkbfocobajjjkojjgpmnhdgbmlnlnef
Mô tả Extract frame images from animated GIFs
Kích Thước Tệp 50.48 KB
Số Lần Cài Đặt 1,405
Phiên Bản Hiện Tại 2.1.3
Cập Nhật Lần Cuối 2021-07-23
Ngày Phát Hành 2018-08-15
Đánh Giá 4.63/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Cheng
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gif Frames",
    "version": "2.1.3",
    "description": "Extract frame images from animated GIFs",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "file:\/\/\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "minimum_chrome_version": "6.0.0.0",
    "icons": {
        "16": "imageinfo-16.png",
        "48": "imageinfo-48.png",
        "128": "imageinfo-128.png"
    },
    "manifest_version": 2
}