Trello Card Counter
This extension is a product of my laziness. You don't need to count the cards anymore.
Vad är Trello Card Counter?
Trello Card Counter är en Chrome-tillägg utvecklad av Mehmet Yatkı, och dess huvudfunktion är "This extension is a product of my laziness. You don't need to count the cards anymore.".
Tilläggsskärmbilder
Ladda ner Trello Card Counter-förlängningens CRX-fil
Ladda ner Trello Card Counter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Trello Card Counter |
ID | bodefgeflaobkeejlcbbnbniimlinocd |
Officiell webbadress | https://chromewebstore.google.com/detail/trello-card-counter/bodefgeflaobkeejlcbbnbniimlinocd |
Beskrivning | This extension is a product of my laziness. You don't need to count the cards anymore. |
Filstorlek | 45.2 KB |
Antal Installationer | 329 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2016-04-11 |
Publiceringsdatum | 2016-04-11 |
Betyg | 4.00/5 Totalt 2 Betyg |
Utvecklare | Mehmet Yatkı |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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:\/\/*\/*" ] } ] } |