Github Notable Comments

Lets you easily navigate between the notable comments on github

ما هو Github Notable Comments؟

Github Notable Comments هو إضافة Chrome تم تطويرها بواسطة kamranahmed.se، والميزة الرئيسية لها هي "Lets you easily navigate between the notable comments on github".

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

screenshot

تحميل ملف CRX للإضافة Github Notable Comments

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

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

                                            

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

الاسم Github Notable Comments Github Notable Comments
ID jcppcdjgdbnibjdeeihllbefhpibmajf
عنوان URL الرسمي https://chromewebstore.google.com/detail/github-notable-comments/jcppcdjgdbnibjdeeihllbefhpibmajf
الوصف Lets you easily navigate between the notable comments on github
حجم الملف 13.17 KB
عدد التثبيتات 53
النسخة الحالية 0.0.1
آخر تحديث 2018-04-20
تاريخ النشر 2018-04-20
المطور kamranahmed.se
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://github.com/kamranahmedse/notable-comments
عنوان صفحة المساعدة http://github.com/kamranahmedse/notable-comments/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Github Notable Comments",
    "short_name": "github-notable-comments",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Lets you easily navigate between the notable comments on github",
    "homepage_url": "http:\/\/github.com\/kamranahmedse\/github-notable-comments",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "index.js"
            ],
            "css": [
                ".\/styles\/main.css"
            ]
        }
    ]
}