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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | Vimgif A Day |
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" } |