Tabs for Trello

This extension creates a trello card whose title that of the current tab with a shortened url of the page in the description.

Tabs for Trelloคืออะไร?

Tabs for Trello เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "This extension creates a trello card whose title that of the current tab with a shortened url of the page in the description."

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

screenshot

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

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

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

                        Tabs for Trello is a simple app that creates a new Trello card on a board and list that you select based on the active tab that you have open. The title of the card is set to the title of the tab and the description is set to the shortened url of the tab.                    

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

ชื่อ Tabs for Trello Tabs for Trello
ID gcdgongcgfoihmhkohnjieejppbgoanc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tabs-for-trello/gcdgongcgfoihmhkohnjieejppbgoanc
คำอธิบาย This extension creates a trello card whose title that of the current tab with a shortened url of the page in the description.
ขนาดไฟล์ 67.06 KB
จำนวนการติดตั้ง 105
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2014-04-18
วันที่เผยแพร่ 2014-04-18
คะแนน 4.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "browser_action": {
        "default_icon": "img\/tabs_for_trello128_128.png",
        "default_popup": "tabs_for_trello.html"
    },
    "description": "This extension creates a trello card whose title that of the current tab with a shortened url of the page in the description.",
    "manifest_version": 2,
    "name": "Tabs for Trello",
    "permissions": [
        "cookies",
        "tabs",
        "storage",
        "https:\/\/trello.com\/1\/authorize",
        "https:\/\/trello.com\/"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1",
    "web_accessible_resources": [
        "token.html"
    ]
}