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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Andrew Jorgensen และคุณลักษณะหลักของมันคือ "Replace the new tab page with a random vimgif every day! Get better at vim one gif at a time."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Vimgif A Day
ดาวน์โหลดไฟล์ส่วนขยาย 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"
} | |