Trello Grid
Adds grid layout to Trello
Что такое Trello Grid?
Trello Grid - это расширение Chrome, разработанное fuechec.mark, и его основная функция - "Adds grid layout to Trello".
Снимки экрана расширения
Скачать файл CRX расширения Trello Grid
Скачайте файлы расширений Trello Grid в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This simple extension that creates a grid layout for the Trello board. After installing the extension, navigate to Trello.com and your banyan boards will be togglable to a grid layout by pressing the 'g' key. Основная информация о расширении
| Название | |
| ID | ddlkemoiobinoolmeccabbpbalojmlij |
| Официальный URL | https://chromewebstore.google.com/detail/trello-grid/ddlkemoiobinoolmeccabbpbalojmlij |
| Описание | Adds grid layout to Trello |
| Размер файла | 474 KB |
| Количество установок | 31 |
| Текущая Версия | 0.0.0.2 |
| Последнее Обновление | 2020-11-17 |
| Дата публикации | 2020-11-12 |
| Рейтинг | 1.33/5 Всего 3 оценок |
| Разработчик | fuechec.mark |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Trello Grid",
"version": "0.0.0.2",
"description": "Adds grid layout to Trello",
"icons": {
"16": "grid.png",
"48": "promotional.png",
"128": "screenshot.png"
},
"content_scripts": [
{
"js": [
"content.js"
],
"matches": [
"https:\/\/trello.com\/*"
]
}
]
} | |