Projects for Trello

Adds project labels to your Trello Boards

Projects for Trelloคืออะไร?

Projects for Trello เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://agebase.co.uk และคุณลักษณะหลักของมันคือ "Adds project labels to your Trello Boards"

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

screenshot
screenshot

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

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

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

                        Projects for Trello is a Chrome Extension that adds a little bit of functionality to Trello.com to make it perfect to use with multiple projects. Projects for Trello allows you to add project labels to cards.

Adding project labels to a card: Project names are written in between braces in the title of a card. For example: {Project} Upon an error I want to see an awesome 404 page. Upon saving the card, Projects for Trello picks up the assigned project name and shows it as a badge in the lower left corner of the card. Projects for Trello also supports multiple labels per card.

Most, if not all credit goes to Scrum for Trello which was was developed by Marcel Duin and Jasper Kaizer. Modified by Skylar Bolton This project is a rework of their original extension to handle project labels.

Contribute at https://github.com/agebase/projects-for-trello

# Release v1.4: 15 Oct 18
- FontAwesome 5 icons, additional styling

# Release v1.3.1: 28 Mar 18
- Text colour, case insensitive labels & improved popup styling

# Release v1.3: 15 Nov 17
- Added label colours

# Release v1.2.5: 17 Aug 17
- Update to fix labels after Trello update.

# Release v1.2.4: 28 Apr 16
- Update to fix labels after Trello update.

# Release v1.2.3: 08 Apr 16
- Update to fix labels after Trello update.

# Release v1.2.2: 09 Sep 15
- Reverted fix applied to v1.2.1.

# Release v1.2.1: 04 Sep 15
- Fixed labels not showing after Trello HTML restructure.

# Release v1.2: 24 Aug 14
- Fixed card moving and adding new label bugs since Trello changed their UI.

# Release v1.1: 08 Nov 13
- Added support for multiple labels.
- Refactored label matching regex to handle special characters.                    

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

ชื่อ Projects for Trello Projects for Trello
ID mholjhodapabhdbchonjjoecmfhobfoa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/projects-for-trello/mholjhodapabhdbchonjjoecmfhobfoa
คำอธิบาย Adds project labels to your Trello Boards
ขนาดไฟล์ 643 KB
จำนวนการติดตั้ง 6,664
เวอร์ชันปัจจุบัน 1.4.0
อัปเดตครั้งล่าสุด 2018-10-15
วันที่เผยแพร่ 2018-10-15
คะแนน 3.38/5 รวมทั้งหมด 45 คะแนน
ผู้พัฒนา https://agebase.co.uk
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://agebase.co.uk/
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Projects for Trello",
    "version": "1.4.0",
    "description": "Adds project labels to your Trello Boards",
    "browser_action": {
        "default_icon": "trello-projects-icon.png",
        "default_popup": "popup.html",
        "default_title": "Projects for Trello"
    },
    "background": {
        "scripts": [
            "lib\/jquery-2.0.3.min.js",
            "lib\/jquery-ui-1.10.4.custom.min.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "js": [
                "jquery-1.7.1.min.js",
                "trelloprojects.js",
                "trellofilter.js"
            ],
            "css": [
                "trelloprojects.css"
            ]
        }
    ],
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "trello-projects-icon.png"
    }
}

ส่วนขยายที่เกี่ยวข้อง