Trello.md
Copy trello board information to clipboard as markdown format.
Qu'est-ce que Trello.md ?
Trello.md est une extension Chrome développée par mzp, et sa fonction principale est "Copy trello board information to clipboard as markdown format.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Trello.md
Téléchargez les fichiers d'extension Trello.md au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Copy trello board information to clipboard as markdown format. ## changelogs * 1.0.1: support board having deleted account member.
Informations de Base sur l'Extension
Nom | |
ID | ibjelhogbfmmcpdblpjipdpmaocngjdm |
URL Officiel | https://chrome.google.com/webstore/detail/trellomd/ibjelhogbfmmcpdblpjipdpmaocngjdm |
Description | Copy trello board information to clipboard as markdown format. |
Taille du Fichier | 237 KB |
Nombre d'Installations | 49 |
Version Actuelle | 1.1.0 |
Dernière Mise à Jour | 2019-10-23 |
Date de Publication | 2019-10-23 |
Développeur | mzp |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://github.com/mzp/trello.md |
Langues Prises en Charge | 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\/*" ] } |