Vimgif A Day

Replace the new tab page with a random vimgif every day! Get better at vim one gif at a time.

Vimgif A Day là gì?

Vimgif A Day là một tiện ích mở rộng Chrome được phát triển bởi Andrew Jorgensen, và tính năng chính của nó là "Replace the new tab page with a random vimgif every day! Get better at vim one gif at a time.".

Ả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 Vimgif A Day

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

                                            

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

Tên Vimgif A Day Vimgif A Day
ID hdamonbjllconbpepmjhbbigpjghkiej
URL Chính Thức https://chromewebstore.google.com/detail/vimgif-a-day/hdamonbjllconbpepmjhbbigpjghkiej
Mô tả Replace the new tab page with a random vimgif every day! Get better at vim one gif at a time.
Kích Thước Tệp 56.98 KB
Số Lần Cài Đặt 17
Phiên Bản Hiện Tại 0.0.4
Cập Nhật Lần Cuối 2016-09-30
Ngày Phát Hành 2016-09-29
Nhà Phát Triển Andrew Jorgensen
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "chrome_url_overrides": {
        "newtab": "dashboard.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/ssl.google-analytics.com https:\/\/vimgifs.com\/* 'unsafe-eval'; object-src 'self'",
    "description": "Replace the new tab page with a random vimgif every day! Get better at vim one gif at a time.",
    "icons": {
        "128": "icon-128.png",
        "48": "icon-48.png",
        "16": "icon-16.png"
    },
    "manifest_version": 2,
    "name": "Vimgif A Day",
    "offline_enabled": true,
    "permissions": [
        "storage",
        "*:\/\/*.vimgifs.com\/*"
    ],
    "short_name": "VimGifs Tab",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.4"
}