Trello Extras

Some extra functionality for Trello.

Trello Extrasคืออะไร?

Trello Extras เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Barry Els และคุณลักษณะหลักของมันคือ "Some extra functionality for Trello."

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

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

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

                        Some extra functionality for Trello. Feel free to request features, report bugs and help out (PRs welcome) here: https://github.com/barryels/trello-extras                    

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

ชื่อ Trello Extras Trello Extras
ID eljmgmdnmlfabhkkjplfennnnjnhhaog
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/trello-extras/eljmgmdnmlfabhkkjplfennnnjnhhaog
คำอธิบาย Some extra functionality for Trello.
ขนาดไฟล์ 459 KB
จำนวนการติดตั้ง 25
เวอร์ชันปัจจุบัน 1.8.6
อัปเดตครั้งล่าสุด 2017-06-15
วันที่เผยแพร่ 2017-06-15
ผู้พัฒนา Barry Els
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "exclude_globs": [],
            "include_globs": [
                "*"
            ],
            "css": [
                "css\/index.css"
            ],
            "js": [
                "js\/index.js"
            ],
            "matches": [
                "http:\/\/trello.com\/*",
                "https:\/\/trello.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "icon-16.png",
            "48": "icon-48.png",
            "128": "icon-128.png"
        },
        "default_popup": "popup.html",
        "default_title": "Trello Extras"
    },
    "name": "Trello Extras",
    "version": "1.8.6",
    "description": "Some extra functionality for Trello.",
    "author": "Barry Els "
}