Trello Card Counter
This extension is a product of my laziness. You don't need to count the cards anymore.
Co to jest Trello Card Counter?
Trello Card Counter to rozszerzenie Chrome opracowane przez Mehmet Yatkı, a jego główną funkcją jest „This extension is a product of my laziness. You don't need to count the cards anymore.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Trello Card Counter
Pobierz pliki rozszerzeń Trello Card Counter 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 extension is a product of my laziness. You don't need to count the cards anymore.
PS: This extension only and just only counts the cards in the lists. So, no worries your data is safe. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | bodefgeflaobkeejlcbbnbniimlinocd |
| Oficjalny URL | https://chromewebstore.google.com/detail/trello-card-counter/bodefgeflaobkeejlcbbnbniimlinocd |
| Opis | This extension is a product of my laziness. You don't need to count the cards anymore. |
| Rozmiar pliku | 45.2 KB |
| Liczba instalacji | 329 |
| Aktualna Wersja | 1.0 |
| Ostatnia Aktualizacja | 2016-04-11 |
| Data Publikacji | 2016-04-11 |
| Ocena | 4.00/5 Łącznie 2 Oceny |
| Deweloper | Mehmet Yatkı |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Trello Card Counter",
"description": "This extension is a product of my laziness. You don't need to count the cards anymore.",
"version": "1.0",
"manifest_version": 2,
"icons": {
"32": "icon-32.png",
"128": "icon-128.png"
},
"content_scripts": [
{
"js": [
"jquery-1.11.2.min.js",
"silent.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
]
} | |