Copy to Trello

Copy text from anywhere on Chrome to create a new Trello card with the text. Or, just use the interface to create new Trello cards!

ما هو Copy to Trello؟

Copy to Trello هو إضافة Chrome تم تطويرها بواسطة celandau، والميزة الرئيسية لها هي "Copy text from anywhere on Chrome to create a new Trello card with the text. Or, just use the interface to create new Trello cards!".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Copy to Trello

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

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

                        Right click on copied text from any website and copy to the body of a new Trello card. Or, just use the simple interface in order to easily create new Trello cards.                    

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

الاسم Copy to Trello Copy to Trello
ID fdaifolckhmjnlkapifnkphgdolgabfb
عنوان URL الرسمي https://chromewebstore.google.com/detail/copy-to-trello/fdaifolckhmjnlkapifnkphgdolgabfb
الوصف Copy text from anywhere on Chrome to create a new Trello card with the text. Or, just use the interface to create new Trello cards!
حجم الملف 10.34 KB
عدد التثبيتات 688
النسخة الحالية 1.0.0
آخر تحديث 2021-03-15
تاريخ النشر 2021-02-16
تقييم 5.00/5 مجموع تقييمات 1
المطور celandau
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Copy to Trello",
    "version": "1.0.0",
    "description": "Copy text from anywhere on Chrome to create a new Trello card with the text. Or, just use the interface to create new Trello cards!",
    "icons": {
        "128": "icon1.png"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ]
}