FetCal
Adds a button to FetLife that will let you add Google Calendar events from the page
Что такое FetCal?
FetCal - это расширение Chrome, разработанное Unknown, и его основная функция - "Adds a button to FetLife that will let you add Google Calendar events from the page".
Снимки экрана расширения
Скачать файл CRX расширения FetCal
Скачайте файлы расширений FetCal в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Do you keep missing FetLife events because your Google Calendar runs your life? This extension puts a button on FetLife event pages which, when clicked, will take you *directly* to a Google Calendar new event with all the details filled out. No more missed events for you!
Основная информация о расширении
Название | FetCal |
ID | bldlndmpoklbkgkgihchgdfhfpmhklnk |
Официальный URL | https://chromewebstore.google.com/detail/fetcal/bldlndmpoklbkgkgihchgdfhfpmhklnk |
Описание | Adds a button to FetLife that will let you add Google Calendar events from the page |
Размер файла | 72.21 KB |
Количество установок | 22 |
Текущая Версия | 1.1.0 |
Последнее Обновление | 2020-06-01 |
Дата публикации | 2020-06-01 |
Рейтинг | 1.67/5 Всего 3 оценок |
Разработчик | Unknown |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FetCal", "version": "1.1.0", "description": "Adds a button to FetLife that will let you add Google Calendar events from the page", "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/fetlife.com\/events\/*" ], "js": [ "lib\/date.format\/date.format.js", "src\/inject.js" ] } ], "icons": { "16": "images\/fetcal-icon-16.png", "32": "images\/fetcal-icon-32.png", "48": "images\/fetcal-icon-48.png", "128": "images\/fetcal-icon-128.png" }, "manifest_version": 2 } |