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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        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"
    ]
}