Tabs for Trello
This extension creates a trello card whose title that of the current tab with a shortened url of the page in the description.
Qu'est-ce que Tabs for Trello ?
Tabs for Trello est une extension Chrome développée par Unknown, et sa fonction principale est "This extension creates a trello card whose title that of the current tab with a shortened url of the page in the description.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tabs for Trello
Téléchargez les fichiers d'extension Tabs for Trello 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
Tabs for Trello is a simple app that creates a new Trello card on a board and list that you select based on the active tab that you have open. The title of the card is set to the title of the tab and the description is set to the shortened url of the tab.
Informations de Base sur l'Extension
Nom | Tabs for Trello |
ID | gcdgongcgfoihmhkohnjieejppbgoanc |
URL Officiel | https://chromewebstore.google.com/detail/tabs-for-trello/gcdgongcgfoihmhkohnjieejppbgoanc |
Description | This extension creates a trello card whose title that of the current tab with a shortened url of the page in the description. |
Taille du Fichier | 67.06 KB |
Nombre d'Installations | 105 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2014-04-18 |
Date de Publication | 2014-04-18 |
Évaluation | 4.00/5 Total 4 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "browser_action": { "default_icon": "img\/tabs_for_trello128_128.png", "default_popup": "tabs_for_trello.html" }, "description": "This extension creates a trello card whose title that of the current tab with a shortened url of the page in the description.", "manifest_version": 2, "name": "Tabs for Trello", "permissions": [ "cookies", "tabs", "storage", "https:\/\/trello.com\/1\/authorize", "https:\/\/trello.com\/" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1", "web_accessible_resources": [ "token.html" ] } |