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はmarrijeen1214によって開発された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

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 eadnohgkalgkbmhiehaonnjekbdfeldi
公式URL https://chromewebstore.google.com/detail/copy-to-trello/eadnohgkalgkbmhiehaonnjekbdfeldi
説明 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.
ファイルサイズ 15.15 KB
インストール数 671
現在のバージョン 1.0.5
最終更新日 2023-06-29
公開日 2020-12-09
評価 3.93/5 合計 15 レビュー
開発者 marrijeen1214
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://sites.google.com/view/extensions-privacy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Copy-to-Trello",
    "version": "1.0.5",
    "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": "icon.png"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ]
}