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. |
Eメール | [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": [ " |