goodreads-add-to-calendar
Add a book that has an expected publication date to google calendar
Что такое goodreads-add-to-calendar?
goodreads-add-to-calendar - это расширение Chrome, разработанное caleb.morris.g, и его основная функция - "Add a book that has an expected publication date to google calendar".
Снимки экрана расширения
Скачать файл CRX расширения goodreads-add-to-calendar
Скачайте файлы расширений goodreads-add-to-calendar в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Whenever you are looking forward to a book that will come out soon, but you want to add a google calendar event to make sure you remember to go get a copy. This extension adds a calendar button that generates a formatted google calendar event that you can just add notifications and save.
Основная информация о расширении
Название | ![]() |
ID | edajfomhcjehokcaceoknjpppbelnoop |
Официальный URL | https://chrome.google.com/webstore/detail/goodreads-add-to-calendar/edajfomhcjehokcaceoknjpppbelnoop |
Описание | Add a book that has an expected publication date to google calendar |
Размер файла | 11.61 KB |
Количество установок | 19 |
Текущая Версия | 0.1.1 |
Последнее Обновление | 2015-06-04 |
Дата публикации | 2015-06-04 |
Разработчик | caleb.morris.g |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "goodreads-add-to-calendar", "description": "Add a book that has an expected publication date to google calendar", "version": "0.1.1", "permissions": [ "fontSettings" ], "web_accessible_resources": [ "src\/*", "assets\/*" ], "content_scripts": [ { "matches": [ "*:\/\/www.goodreads.com\/book\/show\/*" ], "css": [ "src\/css\/add-button.css" ], "js": [ "src\/scripts\/add-button.js" ] } ] } |