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.”。
擴展截圖
下載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 |
ID | eadnohgkalgkbmhiehaonnjekbdfeldi |
官方網址 | 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 |
電子郵箱 | [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" ] } |