Vimgif A Day

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

What is Vimgif A Day?

Vimgif A Day is a Chrome extension developed by Andrew Jorgensen, and its main feature is "Replace the new tab page with a random vimgif every day! Get better at vim one gif at a time.".

Extension Screenshots

screenshot

Download Vimgif A Day Extension CRX File

Download Vimgif A Day extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Vimgif A Day Vimgif A Day
ID hdamonbjllconbpepmjhbbigpjghkiej
Official URL https://chromewebstore.google.com/detail/vimgif-a-day/hdamonbjllconbpepmjhbbigpjghkiej
Description Replace the new tab page with a random vimgif every day! Get better at vim one gif at a time.
File Size 56.98 KB
Installation Count 17
Current Version 0.0.4
Last Updated 2016-09-30
Publish Date 2016-09-29
Developer Andrew Jorgensen
Payment Type free
Supported Languages 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"
}