Follow GitHub Organization

Follow GitHub organizations and get activities on new repositories in your feed

ما هو Follow GitHub Organization؟

Follow GitHub Organization هو إضافة Chrome تم تطويرها بواسطة https://followgithub.org، والميزة الرئيسية لها هي "Follow GitHub organizations and get activities on new repositories in your feed".

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

screenshot
screenshot

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

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

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

                        Browser extension that lets you follow GitHub organizations like normal user accounts.
It shows the activities happening in the followed organization accounts in the main GitHub feed.

---

It's not affiliated with GitHub.                    

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

الاسم Follow GitHub Organization Follow GitHub Organization
ID nihhgppianmnaaomafdoemomnnpdnfjn
عنوان URL الرسمي https://chromewebstore.google.com/detail/follow-github-organizatio/nihhgppianmnaaomafdoemomnnpdnfjn
الوصف Follow GitHub organizations and get activities on new repositories in your feed
حجم الملف 99.17 KB
عدد التثبيتات 55
النسخة الحالية 0.0.12
آخر تحديث 2019-08-28
تاريخ النشر 2019-08-28
تقييم 5.00/5 مجموع تقييمات 1
المطور https://followgithub.org
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Follow GitHub Organization",
    "version": "0.0.12",
    "description": "Follow GitHub organizations and get activities on new repositories in your feed",
    "permissions": [
        "https:\/\/api.followgithub.org\/*",
        "storage"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": [],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "js\/index.js"
            ],
            "run_at": "document_end"
        }
    ]
}