Vimgif A Day

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

O que é Vimgif A Day?

Vimgif A Day é uma extensão do Chrome desenvolvida por Andrew Jorgensen, e sua principal característica é "Replace the new tab page with a random vimgif every day! Get better at vim one gif at a time.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Vimgif A Day

Baixe arquivos de extensão Vimgif A Day no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                                            

Informações Básicas da Extensão

Nome Vimgif A Day Vimgif A Day
ID hdamonbjllconbpepmjhbbigpjghkiej
URL Oficial https://chromewebstore.google.com/detail/vimgif-a-day/hdamonbjllconbpepmjhbbigpjghkiej
Descrição Replace the new tab page with a random vimgif every day! Get better at vim one gif at a time.
Tamanho do Arquivo 56.98 KB
Contagem de Instalações 17
Versão Atual 0.0.4
Última Atualização 2016-09-30
Data de Publicação 2016-09-29
Desenvolvedor Andrew Jorgensen
Tipo de Pagamento free
Idiomas Suportados 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"
}