GitHub comment navigator

Jump to previous/next GitHub comments with j/k

ما هو GitHub comment navigator؟

GitHub comment navigator هو إضافة Chrome تم تطويرها بواسطة Shrey، والميزة الرئيسية لها هي "Jump to previous/next GitHub comments with j/k".

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

screenshot

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

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

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

                        Adds keyboard shortcuts for navigating and replying to comments:
- J / K to move to previous / next comment
- R to reply to the focused comment thread
- L to like the focused comment                    

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

الاسم GitHub comment navigator GitHub comment navigator
ID lofhbhadfnodfbppjdgkoadccfilaeoj
عنوان URL الرسمي https://chromewebstore.google.com/detail/github-comment-navigator/lofhbhadfnodfbppjdgkoadccfilaeoj
الوصف Jump to previous/next GitHub comments with j/k
حجم الملف 10.43 KB
عدد التثبيتات 30
النسخة الحالية 0.0.5
آخر تحديث 2018-10-16
تاريخ النشر 2018-10-16
تقييم 5.00/5 مجموع تقييمات 1
المطور Shrey
نوع الدفع free
موقع الإضافة https://github.com/banga/github-extension
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GitHub comment navigator",
    "version": "0.0.5",
    "manifest_version": 2,
    "description": "Jump to previous\/next GitHub comments with j\/k",
    "homepage_url": "https:\/\/github.com\/banga\/github-extension",
    "icons": {
        "256": "icons\/icon_256.png"
    },
    "permissions": [
        "https:\/\/github.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "src\/main.js"
            ],
            "css": [
                "src\/main.css"
            ]
        }
    ]
}