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!”。
擴展截圖
下載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. 擴展基本資訊
| 名稱 | |
| ID | fdaifolckhmjnlkapifnkphgdolgabfb |
| 官方網址 | 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 |
| 電子郵箱 | [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"
]
} | |