Vimgif A Day
Replace the new tab page with a random vimgif every day! Get better at vim one gif at a time.
Co to jest Vimgif A Day?
Vimgif A Day to rozszerzenie Chrome opracowane przez Andrew Jorgensen, a jego główną funkcją jest „Replace the new tab page with a random vimgif every day! Get better at vim one gif at a time.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Vimgif A Day
Pobierz pliki rozszerzeń Vimgif A Day w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | hdamonbjllconbpepmjhbbigpjghkiej |
| Oficjalny URL | https://chromewebstore.google.com/detail/vimgif-a-day/hdamonbjllconbpepmjhbbigpjghkiej |
| Opis | Replace the new tab page with a random vimgif every day! Get better at vim one gif at a time. |
| Rozmiar pliku | 56.98 KB |
| Liczba instalacji | 17 |
| Aktualna Wersja | 0.0.4 |
| Ostatnia Aktualizacja | 2016-09-30 |
| Data Publikacji | 2016-09-29 |
| Deweloper | Andrew Jorgensen |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
} | |