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?

Vimgif A Day是由Andrew Jorgensen开发的Chrome扩展程序,该扩展的主要功能是“Replace the new tab page with a random vimgif every day! Get better at vim one gif at a time.”。

扩展截图

screenshot

下载Vimgif A Day扩展crx文件

下载Vimgif A Day扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 Vimgif A Day Vimgif A Day
ID hdamonbjllconbpepmjhbbigpjghkiej
官方URL https://chromewebstore.google.com/detail/vimgif-a-day/hdamonbjllconbpepmjhbbigpjghkiej
简介 Replace the new tab page with a random vimgif every day! Get better at vim one gif at a time.
文件大小 56.98 KB
安装次数 17
当前版本 0.0.4
更新时间 2016-09-30
上架时间 2016-09-29
开发者 Andrew Jorgensen
付费类型 free
支持的语言 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"
}