Add to Trello

Add cards to your Trello boards from your browser

Qu'est-ce que Add to Trello ?

Add to Trello est une extension Chrome développée par walteranderson, et sa fonction principale est "Add cards to your Trello boards from your browser".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Add to Trello

Téléchargez les fichiers d'extension Add to 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

                        Whats new:
- Change the card's position to "top" or "bottom" when adding a card
- New project structure that will make it easier to add new features

Add to Trello lets you easily add a cards to the Trello board of your choice straight from the browser. Automatically save your current tab to the board and list of your choice. The web page's title and link will be automatically filled in for you, and the extension will remember the board and list you chose last.                    

Informations de Base sur l'Extension

Nom Add to Trello Add to Trello
ID engmocckoohpopiacajolojeobefbcec
URL Officiel https://chromewebstore.google.com/detail/add-to-trello/engmocckoohpopiacajolojeobefbcec
Description Add cards to your Trello boards from your browser
Taille du Fichier 228 KB
Nombre d'Installations 14,401
Version Actuelle 1.0.0
Dernière Mise à Jour 2016-12-23
Date de Publication 2016-12-23
Évaluation 4.28/5 Total 71 Évaluations
Développeur walteranderson
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Add to Trello",
    "description": "Add cards to your Trello boards from your browser",
    "version": "1.0.0",
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Add Cards to Trello"
    },
    "icons": {
        "16": "assets\/images\/icon16.png",
        "48": "assets\/images\/icon48.png",
        "128": "assets\/images\/icon128.png"
    },
    "permissions": [
        "tabs",
        "https:\/\/api.trello.com\/"
    ],
    "web_accessible_resources": [
        "settings.html"
    ]
}