Vimcal
Fly through your calendar
Vad är Vimcal?
Vimcal är en Chrome-tillägg utvecklad av Vimcal Inc., och dess huvudfunktion är "Fly through your calendar".
Tilläggsskärmbilder
Ladda ner Vimcal-förlängningens CRX-fil
Ladda ner Vimcal-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | akopimcimmdmklcmegcflfidpfegngke |
Officiell webbadress | https://chrome.google.com/webstore/detail/vimcal/akopimcimmdmklcmegcflfidpfegngke |
Beskrivning | Fly through your calendar |
Filstorlek | 2.69 MB |
Antal Installationer | 1,098 |
Aktuell Version | 1.0.35 |
Senast Uppdaterad | 2022-08-21 |
Publiceringsdatum | 2020-11-15 |
Betyg | 5.00/5 Totalt 4 Betyg |
Utvecklare | Vimcal Inc. |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://vimcal.com |
URL till Sekretesspolicy Sidan | https://www.vimcal.com/privacy |
Stödda Språk | 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": [ " |