Yung GIF

Top 25 gifs (and more) on reddit - one click away.

Yung GIF là gì?

Yung GIF là một tiện ích mở rộng Chrome được phát triển bởi Tom, và tính năng chính của nó là "Top 25 gifs (and more) on reddit - one click away.".

Ả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 Yung GIF

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

                        Get notified when there is new amazingness on the web.

Pick as many subreddits U like (e.g. /r/gifs, /r/earthporn, /r/aww_gifs) and Yung GIF will non-intrusively notify you when new GIFs appeared.                    

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

Tên Yung GIF Yung GIF
ID pcbjhjfodgcbadhdpponooolomfhlamg
URL Chính Thức https://chrome.google.com/webstore/detail/pcbjhjfodgcbadhdpponooolomfhlamg
Mô tả Top 25 gifs (and more) on reddit - one click away.
Kích Thước Tệp 88.85 KB
Số Lần Cài Đặt 36
Phiên Bản Hiện Tại 0.3.1
Cập Nhật Lần Cuối 2016-10-16
Ngày Phát Hành 2016-10-16
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Tom
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Tomtomgo/Yung-gif
URL Trang Trợ Giúp https://github.com/Tomtomgo/Yung-gif
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Yung GIF",
    "description": "Top 25 gifs (and more) on reddit - one click away.",
    "version": "0.3.1",
    "short_name": "Yung GIF",
    "permissions": [
        "tabs",
        "storage",
        "alarms"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "jquery-2.1.0.min.js",
            "pingu.js",
            "yung_gif.js"
        ]
    },
    "browser_action": {
        "default_icon": "crapicon.png",
        "tooltip": "Let's find GIFs."
    },
    "options_page": "i_want_more.html",
    "icons": {
        "16": "assets\/logo16.png",
        "48": "assets\/logo48.png",
        "128": "assets\/logo.png"
    }
}