GIF Tabs

Gives you a fun new animated gif in every fresh tab

GIF Tabs là gì?

GIF Tabs là một tiện ích mở rộng Chrome được phát triển bởi Jeremy Gillick, và tính năng chính của nó là "Gives you a fun new animated gif in every fresh tab".

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

screenshot
screenshot
screenshot
screenshot

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

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

                        Every time you open a new tab or window a new animated gif will be shown, randomly chosen from multiple sources across the web.

You can see the history of gifs shown and favorite the ones you like.

Source code: https://github.com/jgillick/gif_tabs                    

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

Tên GIF Tabs GIF Tabs
ID jalcacajhmhkljdkkdnlfmnebdfkijjk
URL Chính Thức https://chromewebstore.google.com/detail/gif-tabs/jalcacajhmhkljdkkdnlfmnebdfkijjk
Mô tả Gives you a fun new animated gif in every fresh tab
Kích Thước Tệp 1.48 MB
Số Lần Cài Đặt 109
Phiên Bản Hiện Tại 1.2.1
Cập Nhật Lần Cuối 2020-03-04
Ngày Phát Hành 2020-03-03
Đánh Giá 1.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Jeremy Gillick
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/jgillick/gif_tabs
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GIF Tabs",
    "description": "Gives you a fun new animated gif in every fresh tab",
    "version": "1.2.1",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "images\/logo_16x16.png",
        "48": "images\/logo_48x48.png",
        "128": "images\/logo_128x128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}