Copy to Trello
Copy text from anywhere on Chrome to create a new Trello card with the text. Or, just use the interface to create new Trello cards!
Что такое Copy to Trello?
Copy to Trello - это расширение Chrome, разработанное celandau, и его основная функция - "Copy text from anywhere on Chrome to create a new Trello card with the text. Or, just use the interface to create new Trello cards!".
Снимки экрана расширения
Скачать файл CRX расширения Copy to Trello
Скачайте файлы расширений Copy to Trello в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Right click on copied text from any website and copy to the body of a new Trello card. Or, just use the simple interface in order to easily create new Trello cards.
Основная информация о расширении
Название | Copy to Trello |
ID | fdaifolckhmjnlkapifnkphgdolgabfb |
Официальный URL | https://chromewebstore.google.com/detail/copy-to-trello/fdaifolckhmjnlkapifnkphgdolgabfb |
Описание | Copy text from anywhere on Chrome to create a new Trello card with the text. Or, just use the interface to create new Trello cards! |
Размер файла | 10.34 KB |
Количество установок | 688 |
Текущая Версия | 1.0.0 |
Последнее Обновление | 2021-03-15 |
Дата публикации | 2021-02-16 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | celandau |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Copy to Trello", "version": "1.0.0", "description": "Copy text from anywhere on Chrome to create a new Trello card with the text. Or, just use the interface to create new Trello cards!", "icons": { "128": "icon1.png" }, "background": { "page": "background.html", "persistent": true }, "browser_action": { "default_popup": "popup.html" }, "permissions": [ "activeTab", "contextMenus" ] } |