Bugzilla Board
Kanban-style board for Bugzilla. https://github.com/bendl/bugzilla-board
ما هو Bugzilla Board؟
Bugzilla Board هو إضافة Chrome تم تطويرها بواسطة github.com/bendl، والميزة الرئيسية لها هي "Kanban-style board for Bugzilla. https://github.com/bendl/bugzilla-board".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Bugzilla Board
قم بتنزيل ملفات الامتداد Bugzilla Board بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Kanban-style board for Bugzilla. Contribute at: https://github.com/bendl/bugzilla-board Icons by: https://www.behance.net/teams/JustUI
معلومات أساسية عن التمديد
الاسم | |
ID | jpiplomcgdmmogaegkdidngmkpgjomco |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/bugzilla-board/jpiplomcgdmmogaegkdidngmkpgjomco |
الوصف | Kanban-style board for Bugzilla. https://github.com/bendl/bugzilla-board |
حجم الملف | 1.63 MB |
عدد التثبيتات | 65 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2017-04-23 |
تاريخ النشر | 2017-04-23 |
المطور | github.com/bendl |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/bendl/bugzilla-board |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bugzilla Board", "version": "1.0.0", "manifest_version": 2, "description": "Kanban-style board for Bugzilla. https:\/\/github.com\/bendl\/bugzilla-board", "icons": { "16": "images\/_icon16.png", "48": "images\/_icon48.png", "128": "images\/_icon128.png" }, "default_locale": "en", "content_scripts": [ { "matches": [ "*:\/\/*\/*buglist*" ], "css": [ "bower_components\/angular\/angular-csp.css", "bower_components\/bootstrap\/dist\/css\/bootstrap.min.css", "style\/main.css" ], "js": [ "bower_components\/angular\/angular.min.js", "bower_components\/jquery\/dist\/jquery.min.js", "scripts.babel\/contentscript.js" ], "html": [ "templates\/board.html" ], "run_at": "document_end", "all_frames": false } ], "content_security_policy": "script-src 'self'; object-src 'self'", "web_accessible_resources": [ "templates\/board.html", "bower_components\/angular\/*" ] } |