Vimgif A Day
Replace the new tab page with a random vimgif every day! Get better at vim one gif at a time.
什麼是Vimgif A Day?
Vimgif A Day是由Andrew Jorgensen開發的Chrome擴展程式,該擴展的主要功能是“Replace the new tab page with a random vimgif every day! Get better at vim one gif at a time.”。
擴展截圖
下載Vimgif A Day擴展crx文件
下載Vimgif A Day擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
| 名稱 | |
| ID | hdamonbjllconbpepmjhbbigpjghkiej |
| 官方網址 | https://chromewebstore.google.com/detail/vimgif-a-day/hdamonbjllconbpepmjhbbigpjghkiej |
| 簡介 | Replace the new tab page with a random vimgif every day! Get better at vim one gif at a time. |
| 檔案大小 | 56.98 KB |
| 安裝次數 | 17 |
| 目前版本 | 0.0.4 |
| 更新時間 | 2016-09-30 |
| 上架時間 | 2016-09-29 |
| 開發者 | Andrew Jorgensen |
| 付費類型 | free |
| 支援的語言 | 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"
} | |