Trello Board Color Changer
Let's you change your Trello boards background color.
ما هو Trello Board Color Changer؟
Trello Board Color Changer هو إضافة Chrome تم تطويرها بواسطة daergoth، والميزة الرئيسية لها هي "Let's you change your Trello boards background color.".
تحميل ملف CRX للإضافة Trello Board Color Changer
قم بتنزيل ملفات الامتداد Trello Board Color Changer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This small extension let's you change your Trello boards background color. Further development is planned!
معلومات أساسية عن التمديد
الاسم | |
ID | gkhfebpopgcijhcobafpmaomafhaghhb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/trello-board-color-change/gkhfebpopgcijhcobafpmaomafhaghhb |
الوصف | Let's you change your Trello boards background color. |
حجم الملف | 315 KB |
عدد التثبيتات | 20 |
النسخة الحالية | 0.4 |
آخر تحديث | 2016-08-06 |
تاريخ النشر | 2016-08-06 |
تقييم | 3.00/5 مجموع تقييمات 2 |
المطور | daergoth |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Trello Board Color Changer", "description": "Let's you change your Trello boards background color.", "version": "0.4", "permissions": [ "tabs", "storage", "*:\/\/trello.com\/*" ], "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_title": "Set your Trello boards background color", "default_icon": "icons\/icon16.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/trello.com\/b\/*" ], "js": [ "jquery\/jquery.min.js", "content-script.js" ] } ], "manifest_version": 2 } |