Vimgif A Day

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

Cos'è Vimgif A Day?

Vimgif A Day è un'estensione di Chrome sviluppata da Andrew Jorgensen, e la sua funzione principale è "Replace the new tab page with a random vimgif every day! Get better at vim one gif at a time.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Vimgif A Day

Scarica i file di estensione Vimgif A Day in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome Vimgif A Day Vimgif A Day
ID hdamonbjllconbpepmjhbbigpjghkiej
URL Ufficiale https://chromewebstore.google.com/detail/vimgif-a-day/hdamonbjllconbpepmjhbbigpjghkiej
Descrizione Replace the new tab page with a random vimgif every day! Get better at vim one gif at a time.
Dimensione del File 56.98 KB
Conteggio Installazioni 17
Versione Corrente 0.0.4
Ultimo Aggiornamento 2016-09-30
Data di Pubblicazione 2016-09-29
Sviluppatore Andrew Jorgensen
Tipo di Pagamento free
Lingue Supportate 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"
}