Vimgif A Day
Replace the new tab page with a random vimgif every day! Get better at vim one gif at a time.
Co je Vimgif A Day?
Vimgif A Day je rozšíření Chrome vyvinuté Andrew Jorgensen, a jeho hlavní funkcí je „Replace the new tab page with a random vimgif every day! Get better at vim one gif at a time.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Vimgif A Day
Stáhněte si soubory rozšíření Vimgif A Day ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Základní Informace o Rozšíření
| Název | |
| ID | hdamonbjllconbpepmjhbbigpjghkiej |
| Oficiální URL | https://chromewebstore.google.com/detail/vimgif-a-day/hdamonbjllconbpepmjhbbigpjghkiej |
| Popis | Replace the new tab page with a random vimgif every day! Get better at vim one gif at a time. |
| Velikost souboru | 56.98 KB |
| Počet instalací | 17 |
| Aktuální Verze | 0.0.4 |
| Poslední Aktualizace | 2016-09-30 |
| Datum Vydání | 2016-09-29 |
| Vývojář | Andrew Jorgensen |
| Typ Platby | free |
| Podporované Jazyky | 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"
} | |