Vimcal
Fly through your calendar
ما هو Vimcal؟
Vimcal هو إضافة Chrome تم تطويرها بواسطة Vimcal Inc.، والميزة الرئيسية لها هي "Fly through your calendar".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Vimcal
قم بتنزيل ملفات الامتداد Vimcal بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Vimcal is the world’s fastest calendar, beautifully designed for the prosumer. You’ll get everything a modern calendar should have: instant availability sharing, time zone conversions, hotkeys, and so much more. If you have a lot of meetings, Vimcal will save you hours every week while scheduling. Prepare to meet you executive assistant, disguised as a calendar app.
معلومات أساسية عن التمديد
الاسم | |
ID | akopimcimmdmklcmegcflfidpfegngke |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/vimcal/akopimcimmdmklcmegcflfidpfegngke |
الوصف | Fly through your calendar |
حجم الملف | 2.69 MB |
عدد التثبيتات | 1,098 |
النسخة الحالية | 1.0.35 |
آخر تحديث | 2022-08-21 |
تاريخ النشر | 2020-11-15 |
تقييم | 5.00/5 مجموع تقييمات 4 |
المطور | Vimcal Inc. |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://vimcal.com |
عنوان صفحة سياسة الخصوصية | https://www.vimcal.com/privacy |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Vimcal", "name": "Vimcal", "description": "Fly through your calendar", "version": "1.0.35", "manifest_version": 2, "homepage_url": "https:\/\/vimcal.com", "icons": { "16": "16x16.png", "48": "48x48.png", "128": "128x128.png" }, "background": { "scripts": [ "app\/background.js" ] }, "commands": { "toggle_extension": { "suggested_key": { "default": "Ctrl+Shift+K" }, "description": "Toggle extension" } }, "browser_action": { "default_icon": { "16": "16x16.png", "32": "32x32.png" }, "default_title": "Vimcal" }, "content_scripts": [ { "matches": [ " |