dev-dash

GitHub repo activity on new tab

ما هو dev-dash؟

dev-dash هو إضافة Chrome تم تطويرها بواسطة belcurv، والميزة الرئيسية لها هي "GitHub repo activity on new tab".

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

screenshot

تحميل ملف CRX للإضافة dev-dash

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

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

                        Dev-dash is a Chrome extension that overrides the default new-tab behavior.

In place of the default new-tab behavior, dev-dash presents the user with an at-a-glance overview of a set of tracked GitHub repositories.

The extension is designed to help small project teams keep track of team members' activity without having to log into GitHub and comb through a repository's history. It displays data related to commits, issues, comments, pull requests and merges.                    

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

الاسم dev-dash dev-dash
ID dgkmjidcaelocfmnhlmeimmbaljgjfhm
عنوان URL الرسمي https://chromewebstore.google.com/detail/dev-dash/dgkmjidcaelocfmnhlmeimmbaljgjfhm
الوصف GitHub repo activity on new tab
حجم الملف 1.62 MB
عدد التثبيتات 10
النسخة الحالية 1.0.3
آخر تحديث 2017-02-26
تاريخ النشر 2017-02-26
تقييم 4.60/5 مجموع تقييمات 5
المطور belcurv
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "dev-dash",
    "description": "GitHub repo activity on new tab",
    "version": "1.0.3",
    "browser_action": {
        "default_icon": "dist\/assets\/favicon.png",
        "default_popup": "popup.html"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "128": "dist\/assets\/favicon.png"
    }
}