Trello Card Numbers - by Flyclops
Puts Trello's card numbers front and center
ما هو Trello Card Numbers - by Flyclops؟
Trello Card Numbers - by Flyclops هو إضافة Chrome تم تطويرها بواسطة https://tech.flyclops.com، والميزة الرئيسية لها هي "Puts Trello's card numbers front and center".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Trello Card Numbers - by Flyclops
قم بتنزيل ملفات الامتداد Trello Card Numbers - by Flyclops بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Puts Trello's ticket numbers - usually hidden - front and center. معلومات أساسية عن التمديد
| الاسم | |
| ID | bjbmgbhoaabjfeloohkahgilicjkambi |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/trello-card-numbers-by-fl/bjbmgbhoaabjfeloohkahgilicjkambi |
| الوصف | Puts Trello's card numbers front and center |
| حجم الملف | 150 KB |
| عدد التثبيتات | 303 |
| النسخة الحالية | 0.1.7 |
| آخر تحديث | 2015-04-30 |
| تاريخ النشر | 2015-04-30 |
| تقييم | 4.38/5 مجموع تقييمات 8 |
| المطور | https://tech.flyclops.com |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Trello Card Numbers - by Flyclops",
"version": "0.1.7",
"manifest_version": 2,
"description": "Puts Trello's card numbers front and center",
"homepage_url": "http:\/\/flyclops.com",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_locale": "en",
"permissions": [
"https:\/\/trello.com\/b\/*",
"https:\/\/trello.com\/c\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/trello.com\/b\/*",
"https:\/\/trello.com\/c\/*"
],
"css": [
"src\/inject\/inject.css"
]
},
{
"matches": [
"https:\/\/trello.com\/b\/*",
"https:\/\/trello.com\/c\/*"
],
"js": [
"js\/jquery\/jquery.min.js",
"src\/inject\/inject.js"
]
}
]
} | |