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 |
| 公式URL | 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"
} | |