Trello Extras
Some extra functionality for Trello.
Что такое Trello Extras?
Trello Extras - это расширение Chrome, разработанное Barry Els, и его основная функция - "Some extra functionality for Trello.".
Скачать файл CRX расширения Trello Extras
Скачайте файлы расширений Trello Extras в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Some extra functionality for Trello. Feel free to request features, report bugs and help out (PRs welcome) here: https://github.com/barryels/trello-extras Основная информация о расширении
| Название | |
| ID | eljmgmdnmlfabhkkjplfennnnjnhhaog |
| Официальный URL | https://chromewebstore.google.com/detail/trello-extras/eljmgmdnmlfabhkkjplfennnnjnhhaog |
| Описание | Some extra functionality for Trello. |
| Размер файла | 459 KB |
| Количество установок | 25 |
| Текущая Версия | 1.8.6 |
| Последнее Обновление | 2017-06-15 |
| Дата публикации | 2017-06-15 |
| Разработчик | Barry Els |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"content_scripts": [
{
"exclude_globs": [],
"include_globs": [
"*"
],
"css": [
"css\/index.css"
],
"js": [
"js\/index.js"
],
"matches": [
"http:\/\/trello.com\/*",
"https:\/\/trello.com\/*"
],
"run_at": "document_end"
}
],
"browser_action": {
"default_icon": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"default_popup": "popup.html",
"default_title": "Trello Extras"
},
"name": "Trello Extras",
"version": "1.8.6",
"description": "Some extra functionality for Trello.",
"author": "Barry Els | |