GIF Adder

This extension let's you easily save GIFs for easy forum post reference.

GIF Adder là gì?

GIF Adder là một tiện ích mở rộng Chrome được phát triển bởi Robert, và tính năng chính của nó là "This extension let's you easily save GIFs for easy forum post reference.".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng GIF Adder 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

                        Have some favorite GIFs you enjoy using over and over again?  GIF Adder makes it really easy to reference all of your favorite GIFs anytime.  Have a GIF you'd like to save?  Just right-click on it, save it with a name you'll remember and it is added to your list of GIFs.  

On a forum and ready to use your GIF?  Just right-click and find the GIF you'd like to use.

You can view your list of GIFs in the extension's popup window.  Clicking on any GIF in this popup will remove it from your list of saved GIFs.

If you don't post on forums, and just want the link without the forum tags, simply open up the pop-up and choose "Plain URL" to get just the URL without the forum tag wrappers.                    

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

Tên GIF Adder GIF Adder
ID jjbibkgffndgflndegepoplnadanhjpi
URL Chính Thức https://chrome.google.com/webstore/detail/gif-adder/jjbibkgffndgflndegepoplnadanhjpi
Mô tả This extension let's you easily save GIFs for easy forum post reference.
Kích Thước Tệp 7.98 KB
Số Lần Cài Đặt 281
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2015-02-02
Ngày Phát Hành 2015-02-02
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Robert
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": "GIF Adder",
    "description": "This extension let's you easily save GIFs for easy forum post reference.",
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "",
        "contextMenus",
        "tabs",
        "storage"
    ]
}