Trello.md
Copy trello board information to clipboard as markdown format.
Wat is Trello.md?
Trello.md is een Chrome-extensie ontwikkeld door mzp, en de belangrijkste functie is "Copy trello board information to clipboard as markdown format.".
Extensie Screenshots
Download het CRX-bestand van de extensie Trello.md
Download Trello.md-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Copy trello board information to clipboard as markdown format. ## changelogs * 1.0.1: support board having deleted account member.
Basisinformatie over de Extensie
Naam | |
ID | ibjelhogbfmmcpdblpjipdpmaocngjdm |
Officiële URL | https://chrome.google.com/webstore/detail/trellomd/ibjelhogbfmmcpdblpjipdpmaocngjdm |
Beschrijving | Copy trello board information to clipboard as markdown format. |
Bestandsgrootte | 237 KB |
Aantal Installaties | 49 |
Huidige Versie | 1.1.0 |
Laatst Bijgewerkt | 2019-10-23 |
Publicatiedatum | 2019-10-23 |
Ontwikkelaar | mzp |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://github.com/mzp/trello.md |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Trello.md", "version": "1.1.0", "manifest_version": 2, "description": "Copy trello board information to clipboard as markdown format.", "homepage_url": "http:\/\/github.com\/mzp\/trello.md", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "page": "js\/bg.html", "persistent": true }, "page_action": { "default_icon": "icons\/icon19.png", "default_title": "Trello.md" }, "permissions": [ "clipboardWrite", "https:\/\/trello.com\/*" ] } |