GitHub Monitor

Get notifications for activity on your public and private repositories.

ما هو GitHub Monitor؟

GitHub Monitor هو إضافة Chrome تم تطويرها بواسطة gmoz22، والميزة الرئيسية لها هي "Get notifications for activity on your public and private repositories.".

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

screenshot

تحميل ملف CRX للإضافة GitHub Monitor

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

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

                        - Displays notifications of other contributors' activity on public and private repositories you contribute to
- Handles Pushes, Releases and Comments

Contribute at https://github.com/gmoz22/github-monitor-chromeext                    

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

الاسم GitHub Monitor GitHub Monitor
ID bbikjjbpphkhejhalmjebhopgohlflag
عنوان URL الرسمي https://chromewebstore.google.com/detail/github-monitor/bbikjjbpphkhejhalmjebhopgohlflag
الوصف Get notifications for activity on your public and private repositories.
حجم الملف 36.81 KB
عدد التثبيتات 45
النسخة الحالية 0.1.1
آخر تحديث 2014-02-19
تاريخ النشر 2014-02-19
المطور gmoz22
نوع الدفع free
موقع الإضافة https://github.com/gmoz22/github-monitor-chromeext
عنوان صفحة المساعدة https://github.com/gmoz22/github-monitor-chromeext
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GitHub Monitor",
    "short_name": "GitHub Monitor",
    "description": "Get notifications for activity on your public and private repositories.",
    "author": "Steve Oziel",
    "version": "0.1.1",
    "manifest_version": 2,
    "icons": {
        "128": "img\/icon_128.png",
        "64": "img\/icon_64.png",
        "24": "img\/icon_24.png",
        "16": "img\/icon_16.png"
    },
    "permissions": [
        "storage",
        "notifications",
        "https:\/\/api.github.com\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon_19.png",
            "38": "img\/icon_38.png"
        },
        "default_title": "Options",
        "default_popup": "options.html"
    },
    "options_page": "options.html"
}