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