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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย celandau และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Copy to Trello

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    ]
}