Google Calendar Right Click
create Google Calendar event with Title or Description from Right Click Menu
Co to jest Google Calendar Right Click?
Google Calendar Right Click to rozszerzenie Chrome opracowane przez kubosuke, a jego główną funkcją jest „create Google Calendar event with Title or Description from Right Click Menu”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Google Calendar Right Click
Pobierz pliki rozszerzeń Google Calendar Right Click w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
you can create Google Calendar Event with 3 step 1. Select text 2. Open Right Click Menu (Context Menu) 3. Select
Podstawowe informacje o rozszerzeniu
Nazwa | Google Calendar Right Click |
ID | gecagpecilkplgfkfpbpfhjkfelfdocd |
Oficjalny URL | https://chromewebstore.google.com/detail/google-calendar-right-cli/gecagpecilkplgfkfpbpfhjkfelfdocd |
Opis | create Google Calendar event with Title or Description from Right Click Menu |
Rozmiar pliku | 15.1 KB |
Liczba instalacji | 252 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2022-04-21 |
Data Publikacji | 2022-04-21 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | kubosuke |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Calendar Right Click", "description": "create Google Calendar event with Title or Description from Right Click Menu", "version": "1.0.0", "manifest_version": 3, "permissions": [ "contextMenus" ], "background": { "service_worker": "background.js" }, "icons": { "16": "img\/16.png", "128": "img\/128.png" } } |