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!

Copy to Trelloとは何ですか?

Copy to Trelloはcelandauによって開発されたChromeの拡張機能で、その主な機能は「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!」です。

拡張機能のスクリーンショット

screenshot
screenshot

Copy to Trello拡張機能のCRXファイルをダウンロード

Copy to Trello拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Copy to Trello Copy to Trello
ID fdaifolckhmjnlkapifnkphgdolgabfb
公式URL https://chromewebstore.google.com/detail/copy-to-trello/fdaifolckhmjnlkapifnkphgdolgabfb
説明 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!
ファイルサイズ 10.34 KB
インストール数 688
現在のバージョン 1.0.0
最終更新日 2021-03-15
公開日 2021-02-16
評価 5.00/5 合計 1 レビュー
開発者 celandau
Eメール [email protected]
支払い方法 free
対応言語 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"
    ]
}