Trello Card Counter
This extension is a product of my laziness. You don't need to count the cards anymore.
Hvad er Trello Card Counter?
Trello Card Counter er en Chrome-udvidelse udviklet af Mehmet Yatkı, og dens hovedfunktion er "This extension is a product of my laziness. You don't need to count the cards anymore.".
Udvidelsesskærmbilleder
Download Trello Card Counter-udvidelses-CRX-fil
Download Trello Card Counter-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Trello Card Counter |
ID | bodefgeflaobkeejlcbbnbniimlinocd |
Officiel URL | https://chromewebstore.google.com/detail/trello-card-counter/bodefgeflaobkeejlcbbnbniimlinocd |
Beskrivelse | This extension is a product of my laziness. You don't need to count the cards anymore. |
Filstørrelse | 45.2 KB |
Antal Installationer | 329 |
Nuværende Version | 1.0 |
Senest Opdateret | 2016-04-11 |
Udgivelsesdato | 2016-04-11 |
Bedømmelse | 4.00/5 Samlet 2 Bedømmelser |
Udvikler | Mehmet Yatkı |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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:\/\/*\/*" ] } ] } |