Trello Quick Export Button

Adds an 'Export JSON' button to the header menu of Trello boards.

ما هو Trello Quick Export Button؟

Trello Quick Export Button هو إضافة Chrome تم تطويرها بواسطة wersimmon، والميزة الرئيسية لها هي "Adds an 'Export JSON' button to the header menu of Trello boards.".

تحميل ملف CRX للإضافة Trello Quick Export Button

قم بتنزيل ملفات الامتداد Trello Quick Export Button بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Adds an 'Export JSON' button to the header menu of Trello boards, which will trigger a download of the board's JSON export. It may take a few seconds for the Trello server for begin the download.                    

معلومات أساسية عن التمديد

الاسم Trello Quick Export Button Trello Quick Export Button
ID mlabdohgfpjffdcacadjnabecoapkdnb
عنوان URL الرسمي https://chrome.google.com/webstore/detail/trello-quick-export-butto/mlabdohgfpjffdcacadjnabecoapkdnb
الوصف Adds an 'Export JSON' button to the header menu of Trello boards.
حجم الملف 4.61 KB
عدد التثبيتات 26
النسخة الحالية 1.0.0
آخر تحديث 2018-05-04
تاريخ النشر 2018-05-04
المطور wersimmon
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trello Quick Export Button",
    "version": "1.0.0",
    "description": "Adds an 'Export JSON' button to the header menu of Trello boards.",
    "icons": {
        "128": "trello-exportButton.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/trello.com\/b\/*"
            ],
            "js": [
                "trello-exportButton.js"
            ]
        }
    ]
}