My Git Repo News

Chrome extension which helps you not to miss important changes in your news thread related to your repo

ما هو My Git Repo News؟

My Git Repo News هو إضافة Chrome تم تطويرها بواسطة greybax، والميزة الرئيسية لها هي "Chrome extension which helps you not to miss important changes in your news thread related to your repo".

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

screenshot
screenshot

تحميل ملف CRX للإضافة My Git Repo News

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

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

                        Don't miss any changes in your github newsfeed related with your repos!                    

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

الاسم My Git Repo News My Git Repo News
ID bpijgihicffjpcnjndpcdicohomlfbhp
عنوان URL الرسمي https://chromewebstore.google.com/detail/my-git-repo-news/bpijgihicffjpcnjndpcdicohomlfbhp
الوصف Chrome extension which helps you not to miss important changes in your news thread related to your repo
حجم الملف 168 KB
عدد التثبيتات 17
النسخة الحالية 1.0.2
آخر تحديث 2018-10-01
تاريخ النشر 2018-10-01
تقييم 5.00/5 مجموع تقييمات 1
المطور greybax
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/greybax/github-extension-my-repo-news
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "My Git Repo News",
    "description": "Chrome extension which helps you not to miss important changes in your news thread related to your repo",
    "short_name": "My Git Repo News",
    "version": "1.0.2",
    "homepage_url": "https:\/\/github.com\/greybax\/github-extension-my-repo-news",
    "browser_action": {
        "default_title": "My Git Repo News",
        "default_icon": "icons\/icon-16.png"
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*",
                "http:\/\/github.com\/*"
            ],
            "js": [
                "js\/index.js"
            ]
        }
    ]
}