Github +1s

Shows you the counts and avatars of those noisy '+1' comments and hides the original comments.

ما هو Github +1s؟

Github +1s هو إضافة Chrome تم تطويرها بواسطة Ryan Florence، والميزة الرئيسية لها هي "Shows you the counts and avatars of those noisy '+1' comments and hides the original comments.".

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

screenshot

تحميل ملف CRX للإضافة Github +1s

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

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

                                            

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

الاسم Github +1s Github +1s
ID lddfkkebajnpiicnpfamebilmhamkeme
عنوان URL الرسمي https://chrome.google.com/webstore/detail/github-+1s/lddfkkebajnpiicnpfamebilmhamkeme
الوصف Shows you the counts and avatars of those noisy '+1' comments and hides the original comments.
حجم الملف 5.54 KB
عدد التثبيتات 210
النسخة الحالية 1.4.0
آخر تحديث 2015-06-19
تاريخ النشر 2015-06-19
تقييم 4.58/5 مجموع تقييمات 12
المطور Ryan Florence
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Github +1s",
    "description": "Shows you the counts and avatars of those noisy '+1' comments and hides the original comments.",
    "version": "1.4.0",
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "128": "plusone.png"
    },
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ]
}