Vimcal
Fly through your calendar
什么是Vimcal?
Vimcal是由Vimcal Inc.开发的Chrome扩展程序,该扩展的主要功能是“Fly through your calendar”。
扩展截图
下载Vimcal扩展crx文件
下载Vimcal扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
隐私政策页面URL | 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": [ " |