GitHubber

Detailed View of Github Profile Search Results

ما هو GitHubber؟

GitHubber هو إضافة Chrome تم تطويرها بواسطة Andre Bradshaw، والميزة الرئيسية لها هي "Detailed View of Github Profile Search Results".

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

تحميل ملف CRX للإضافة GitHubber

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

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

                        This tool dives into Github profiles and returns condensed and summarized information within your Github Search results.

The script looks up every repository, so it can hang up for a few seconds on profiles which have a large amount of repositories listed. 

Githubber is a simple client side script. This script saves no information about users or their browsing habits and only grants permissions to read information from github.com.

Updates: 
5 Oct 2019: 
bug fix: DOM changes in Github. Please report if you are still experiencing issues.
feature add: quick user search                    

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

الاسم GitHubber GitHubber
ID gmhgbhgpembbkendmjfhmdekcddncflc
عنوان URL الرسمي https://chromewebstore.google.com/detail/githubber/gmhgbhgpembbkendmjfhmdekcddncflc
الوصف Detailed View of Github Profile Search Results
حجم الملف 17.8 KB
عدد التثبيتات 800
النسخة الحالية 0.113
آخر تحديث 2019-10-05
تاريخ النشر 2019-10-05
تقييم 5.00/5 مجموع تقييمات 1
المطور Andre Bradshaw
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GitHubber",
    "version": "0.113",
    "description": "Detailed View of Github Profile Search Results",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/search*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    }
}