Add it for Trello

This extension lets you add new cards to boards/lists and attach the current page as a comment

Add it for Trelloคืออะไร?

Add it for Trello เป็นส่วนขยายของ Chrome ที่พัฒนาโดย wyegelwel และคุณลักษณะหลักของมันคือ "This extension lets you add new cards to boards/lists and attach the current page as a comment"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Add it for Trello

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

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

                        Add cards to Trello from any page. The extension is fairly simple, the screenshots should explain it all.


Github link: https://github.com/wyegelwel/Trello_It                    

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

ชื่อ Add it for Trello Add it for Trello
ID gcojdlkfcjmklneaoniagdciohpoblch
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/add-it-for-trello/gcojdlkfcjmklneaoniagdciohpoblch
คำอธิบาย This extension lets you add new cards to boards/lists and attach the current page as a comment
ขนาดไฟล์ 768 KB
จำนวนการติดตั้ง 132
เวอร์ชันปัจจุบัน 0.3
อัปเดตครั้งล่าสุด 2015-07-28
วันที่เผยแพร่ 2015-07-27
คะแนน 4.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา wyegelwel
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Add it for Trello",
    "description": "This extension lets you add new cards to boards\/lists and attach the current page as a comment",
    "version": "0.3",
    "browser_action": {
        "default_icon": "images\/Trello_it_logo.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/api.trello.com https:\/\/ssl.google-analytics.com https:\/\/ajax.googleapis.com; object-src 'self'",
    "permissions": [
        "https:\/\/trello.com\/",
        "https:\/\/api.trello.com\/",
        "tabs"
    ]
}