Vimgif A Day

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

Qu'est-ce que Vimgif A Day ?

Vimgif A Day est une extension Chrome développée par Andrew Jorgensen, et sa fonction principale est "Replace the new tab page with a random vimgif every day! Get better at vim one gif at a time.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Vimgif A Day

Téléchargez les fichiers d'extension Vimgif A Day au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom Vimgif A Day Vimgif A Day
ID hdamonbjllconbpepmjhbbigpjghkiej
URL Officiel 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.
Taille du Fichier 56.98 KB
Nombre d'Installations 17
Version Actuelle 0.0.4
Dernière Mise à Jour 2016-09-30
Date de Publication 2016-09-29
Développeur Andrew Jorgensen
Type de Paiement free
Langues Prises en Charge 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"
}