Trello.md

Copy trello board information to clipboard as markdown format.

Trello.mdคืออะไร?

Trello.md เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mzp และคุณลักษณะหลักของมันคือ "Copy trello board information to clipboard as markdown format."

ภาพหน้าจอของส่วนขยาย

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Trello.md ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Copy trello board information to clipboard as markdown format.

## changelogs

 * 1.0.1: support board having deleted account member.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Trello.md Trello.md
ID ibjelhogbfmmcpdblpjipdpmaocngjdm
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/trellomd/ibjelhogbfmmcpdblpjipdpmaocngjdm
คำอธิบาย Copy trello board information to clipboard as markdown format.
ขนาดไฟล์ 237 KB
จำนวนการติดตั้ง 49
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2019-10-23
วันที่เผยแพร่ 2019-10-23
ผู้พัฒนา mzp
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://github.com/mzp/trello.md
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trello.md",
    "version": "1.1.0",
    "manifest_version": 2,
    "description": "Copy trello board information to clipboard as markdown format.",
    "homepage_url": "http:\/\/github.com\/mzp\/trello.md",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "js\/bg.html",
        "persistent": true
    },
    "page_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Trello.md"
    },
    "permissions": [
        "clipboardWrite",
        "https:\/\/trello.com\/*"
    ]
}