TrelloCopyTop
Auto moving cards to the list's top
Qu'est-ce que TrelloCopyTop ?
TrelloCopyTop est une extension Chrome développée par crdev, et sa fonction principale est "Auto moving cards to the list's top".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension TrelloCopyTop
Téléchargez les fichiers d'extension TrelloCopyTop 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
Автоматическое перемещение задач вверх списка при их создании, копировании или перемещении. По умолчанию же в трелло все такие задачи попадают вниз списка. С помощью опций можно определить, в каких случаях задачу перемещать сразу вверх: при создании, копировании или перемещении.
Informations de Base sur l'Extension
Nom | |
ID | hondboklpfppgphdloaimlmcplpnbdnj |
URL Officiel | https://chromewebstore.google.com/detail/trellocopytop/hondboklpfppgphdloaimlmcplpnbdnj |
Description | Auto moving cards to the list's top |
Taille du Fichier | 151 KB |
Nombre d'Installations | 10 |
Version Actuelle | 0.0.6 |
Dernière Mise à Jour | 2017-07-18 |
Date de Publication | 2017-07-18 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | crdev |
Type de Paiement | free |
Langues Prises en Charge | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDescription__", "version": "0.0.6", "manifest_version": 2, "default_locale": "ru", "icons": { "19": "icons\/19.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "page_action": { "default_icon": "icons\/19.png", "default_title": "__MSG_extName__", "default_popup": "src\/page_action\/page_action.html" }, "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "permissions": [ "tabs", "storage", "https:\/\/trello.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/trello.com\/*" ], "js": [ "js\/jquery\/jquery.min.js", "src\/inject\/inject.js" ], "css": [ "src\/inject\/inject.css" ] } ] } |