Show Card Numbers for Trello
This extension displays card numbers from the board view.
Co to jest Show Card Numbers for Trello?
Show Card Numbers for Trello to rozszerzenie Chrome opracowane przez arron.powell, a jego główną funkcją jest „This extension displays card numbers from the board view.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Show Card Numbers for Trello
Pobierz pliki rozszerzeń Show Card Numbers for Trello 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
Allows you to see card numbers from the board view in trello
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | pjhjdehkaggmpebggjonlhleidlodepi |
Oficjalny URL | https://chrome.google.com/webstore/detail/show-card-numbers-for-tre/pjhjdehkaggmpebggjonlhleidlodepi |
Opis | This extension displays card numbers from the board view. |
Rozmiar pliku | 14.68 KB |
Liczba instalacji | 695 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2014-07-17 |
Data Publikacji | 2014-07-17 |
Ocena | 4.00/5 Łącznie 3 Oceny |
Deweloper | arron.powell |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Show Card Numbers for Trello", "description": "This extension displays card numbers from the board view.", "version": "1.2", "content_scripts": [ { "matches": [ "https:\/\/trello.com\/b\/*" ], "css": [ "cardNo.css" ] } ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |