Load GIFs faster with gfycat

This lightweight extension simply adds a right-click context menu item for opening optimized GIFs with gfycat.com.

Load GIFs faster with gfycat là gì?

Load GIFs faster with gfycat là một tiện ích mở rộng Chrome được phát triển bởi Shane Afsar, và tính năng chính của nó là "This lightweight extension simply adds a right-click context menu item for opening optimized GIFs with gfycat.com.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Load GIFs faster with gfycat

Tải xuống các tệp mở rộng Load GIFs faster with gfycat 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

                        Animated GIFs can be a pain to load. gfycat.com helps solve this by converting the gif into an optimized HTML5 format. This unofficial extension simply adds a context menu item to images and links on the page so that you can have the option of opening the GIF in a new tab with gfycat.com/fetch.                    

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

Tên Load GIFs faster with gfycat Load GIFs faster with gfycat
ID hbiioadoilnnbeoopcabaifhofpplakc
URL Chính Thức https://chromewebstore.google.com/detail/load-gifs-faster-with-gfy/hbiioadoilnnbeoopcabaifhofpplakc
Mô tả This lightweight extension simply adds a right-click context menu item for opening optimized GIFs with gfycat.com.
Kích Thước Tệp 16.14 KB
Số Lần Cài Đặt 120
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2014-05-12
Ngày Phát Hành 2014-05-11
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Shane Afsar
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Load GIFs faster with gfycat",
    "description": "This lightweight extension simply adds a right-click context menu item for opening optimized GIFs with gfycat.com.",
    "version": "1.0",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "main.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}