Trello Grid
Adds grid layout to Trello
Vad är Trello Grid?
Trello Grid är en Chrome-tillägg utvecklad av fuechec.mark, och dess huvudfunktion är "Adds grid layout to Trello".
Tilläggsskärmbilder
Ladda ner Trello Grid-förlängningens CRX-fil
Ladda ner Trello Grid-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 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.
Grundläggande Information om Tillägg
Namn | Trello Grid |
ID | ddlkemoiobinoolmeccabbpbalojmlij |
Officiell webbadress | https://chromewebstore.google.com/detail/trello-grid/ddlkemoiobinoolmeccabbpbalojmlij |
Beskrivning | Adds grid layout to Trello |
Filstorlek | 474 KB |
Antal Installationer | 31 |
Aktuell Version | 0.0.0.2 |
Senast Uppdaterad | 2020-11-17 |
Publiceringsdatum | 2020-11-12 |
Betyg | 1.33/5 Totalt 3 Betyg |
Utvecklare | fuechec.mark |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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\/*" ] } ] } |