Trello Grid
Adds grid layout to Trello
Co to jest Trello Grid?
Trello Grid to rozszerzenie Chrome opracowane przez fuechec.mark, a jego główną funkcją jest „Adds grid layout to Trello”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Trello Grid
Pobierz pliki rozszerzeń Trello Grid w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ddlkemoiobinoolmeccabbpbalojmlij |
| Oficjalny URL | https://chromewebstore.google.com/detail/trello-grid/ddlkemoiobinoolmeccabbpbalojmlij |
| Opis | Adds grid layout to Trello |
| Rozmiar pliku | 474 KB |
| Liczba instalacji | 31 |
| Aktualna Wersja | 0.0.0.2 |
| Ostatnia Aktualizacja | 2020-11-17 |
| Data Publikacji | 2020-11-12 |
| Ocena | 1.33/5 Łącznie 3 Oceny |
| Deweloper | fuechec.mark |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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\/*"
]
}
]
} | |