Copy to Trello

Copy text from anywhere on Chrome to create a new Trello card with the text. Or, just use the interface to create new Trello cards!

Co je Copy to Trello?

Copy to Trello je rozšíření Chrome vyvinuté celandau, a jeho hlavní funkcí je „Copy text from anywhere on Chrome to create a new Trello card with the text. Or, just use the interface to create new Trello cards!“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Copy to Trello

Stáhněte si soubory rozšíření Copy to Trello ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Right click on copied text from any website and copy to the body of a new Trello card. Or, just use the simple interface in order to easily create new Trello cards.                    

Základní Informace o Rozšíření

Název Copy to Trello Copy to Trello
ID fdaifolckhmjnlkapifnkphgdolgabfb
Oficiální URL https://chromewebstore.google.com/detail/copy-to-trello/fdaifolckhmjnlkapifnkphgdolgabfb
Popis Copy text from anywhere on Chrome to create a new Trello card with the text. Or, just use the interface to create new Trello cards!
Velikost souboru 10.34 KB
Počet instalací 688
Aktuální Verze 1.0.0
Poslední Aktualizace 2021-03-15
Datum Vydání 2021-02-16
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář celandau
E-mail [email protected]
Typ Platby free
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Copy to Trello",
    "version": "1.0.0",
    "description": "Copy text from anywhere on Chrome to create a new Trello card with the text. Or, just use the interface to create new Trello cards!",
    "icons": {
        "128": "icon1.png"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ]
}