TrelloCopyTop

Auto moving cards to the list's top

What is TrelloCopyTop?

TrelloCopyTop is a Chrome extension developed by crdev, and its main feature is "Auto moving cards to the list's top".

Extension Screenshots

screenshot

Download TrelloCopyTop Extension CRX File

Download TrelloCopyTop extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Автоматическое перемещение задач вверх списка при их создании, копировании или перемещении. По умолчанию же в трелло все такие задачи попадают вниз списка.
С помощью опций можно определить, в каких случаях задачу перемещать сразу вверх: при создании, копировании или перемещении.                    

Extension Basic Information

Name TrelloCopyTop TrelloCopyTop
ID hondboklpfppgphdloaimlmcplpnbdnj
Official URL https://chromewebstore.google.com/detail/trellocopytop/hondboklpfppgphdloaimlmcplpnbdnj
Description Auto moving cards to the list's top
File Size 151 KB
Installation Count 10
Current Version 0.0.6
Last Updated 2017-07-18
Publish Date 2017-07-18
Rating 5.00/5 Total 2 Ratings
Developer crdev
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}