Add a link to trello

This extension will let you add a link to a list on a board on Trello.

ما هو Add a link to trello؟

Add a link to trello هو إضافة Chrome تم تطويرها بواسطة https://omgmog.net، والميزة الرئيسية لها هي "This extension will let you add a link to a list on a board on Trello.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Add a link to trello

قم بتنزيل ملفات الامتداد Add a link to trello بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This is a Google Chrome extension that lets you add the currently viewed page to a board on Trello.                    

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

الاسم Add a link to trello Add a link to trello
ID ngignckpjkimcpnlphkbgpnbpnicnffe
عنوان URL الرسمي https://chromewebstore.google.com/detail/add-a-link-to-trello/ngignckpjkimcpnlphkbgpnbpnicnffe
الوصف This extension will let you add a link to a list on a board on Trello.
حجم الملف 71.53 KB
عدد التثبيتات 517
النسخة الحالية 1.2.1
آخر تحديث 2021-07-30
تاريخ النشر 2014-03-14
تقييم 4.11/5 مجموع تقييمات 9
المطور https://omgmog.net
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/omgmog/chrome-add-link-to-trello
عنوان صفحة المساعدة https://github.com/omgmog/chrome-add-link-to-trello/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Add a link to trello",
    "description": "This extension will let you add a link to a list on a board on Trello.",
    "version": "1.2.1",
    "options_page": "options.html",
    "permissions": [
        "https:\/\/api.trello.com\/",
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "options.html"
    ],
    "content_security_policy": "script-src 'self' https:\/\/api.trello.com; object-src 'self'"
}